Blame view

index.html 505 Bytes
e7874705   liuqimichale   init
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">
b3b129d1   刘淇   江阴通道码 入口
7
8
9
      <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" />
b67c269c   liuqimichale   入场码
10
      <title>扫码支付</title>
e7874705   liuqimichale   init
11
12
13
14
15
16
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
  </html>