Blame view

admin-web-master/public/index.html 834 Bytes
3f535f30   杨鑫   '初始'
1
  <!DOCTYPE html>
d64cd58f   wesley88   上传验收小程序
2
  <html lang="en">
3f535f30   杨鑫   '初始'
3
4
    <head>
      <meta charset="utf-8">
b300d3f1   wesley88   1
5
6
7
8
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  
      <title><%= webpackConfig.name %></title>
e94be901   wesley88   1
9
10
      <script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=PGRBZ-Z3FRJ-DTYFB-XNX4X-DC6HZ-MCFYU&libraries=geometry"></script>
      <script src='https://map.qq.com/api/gljs?v=1.exp&key=PGRBZ-Z3FRJ-DTYFB-XNX4X-DC6HZ-MCFYU&libraries=tools'></script>
3f535f30   杨鑫   '初始'
11
12
13
    </head>
    <body>
      <noscript>
b300d3f1   wesley88   1
14
        <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
3f535f30   杨鑫   '初始'
15
16
17
18
      </noscript>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
b300d3f1   wesley88   1
19
  </html>