Blame view

public/index.html 936 Bytes
c0087cf1   夏洋涛   feat:创建项目
1
2
<!DOCTYPE html>
<html lang="en">
0713eff5   夏洋涛   feat:适老化
3
4
5
6

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
63c34a5d   夏洋涛   feat:centerNo根据审核...
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
0713eff5   夏洋涛   feat:适老化
8
  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
c72c87c8   夏洋涛   feat:审核问题修改,标题栏,适老化
9
10
11
  <title></title>
  <script type="text/javascript" src="https://assets.zjzwfw.gov.cn/assets/ZWJSBridge/1.1.0/zwjsbridge.js"></script>
  <script type="text/javascript" src="https://assets.zjzwfw.gov.cn/assets/zwlog/1.0.0/zwlog.js"></script>
0713eff5   夏洋涛   feat:适老化
12
13
14
15
16
17
18
19
20
21
</head>

<body>
  <noscript>
    <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
        Please enable it to continue.</strong>
  </noscript>
  <div id="app"></div>
  <!-- built files will be auto injected -->
  <script src="https://webapi.amap.com/maps?v=1.4.15&key=61af1988b71a634a59a0de29409baeb8"></script>
0713eff5   夏洋涛   feat:适老化
22
23
24
</body>

</html>