Blame view

index.html 567 Bytes
22fb20b3   songchongxian   城市停车运营监控
1
2
3
4
5
6
  <!DOCTYPE html>
  <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="viewport" content="width=device-width,initial-scale=1.0">
      <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
a6301da7   liuqimichale   去掉丹阳
7
      <!--<meta http-equiv="refresh" content="60">-->
22fb20b3   songchongxian   城市停车运营监控
8
9
10
11
12
13
14
15
      <title>城市智慧停车大数据中心</title>
      <script src="<%= htmlWebpackPlugin.options.path %>static/config/config.js?t= + new Date().getTime()"></script>
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
  </html>