Blame view

index.html 566 Bytes
0c49c87e   liuqimichale   微信公众号 初始化
1
2
3
4
5
6
  <!DOCTYPE html>
  <html>
    <head>
      <meta charset="utf-8">
      <meta name="google" content="notranslate">
      <meta name="viewport" content="width=device-width,initial-scale=1.0">
0a26514e   刘淇   周边服务
7
      <meta name="format-detection" content="telephone=yes" />
83e732f8   刘淇   赤峰正式环境 默认蒙D车牌
8
9
10
      <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
0a26514e   刘淇   周边服务
11
      <title>周边服务</title>
0c49c87e   liuqimichale   微信公众号 初始化
12
13
14
15
16
17
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
  </html>