Blame view

index.html 607 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">
11048911   刘淇   赤峰正式环境
7
8
9
10
      <meta http-equiv="pragma" content="no-cache"  />
      <meta http-equiv="content-type" content="no-cache, must-revalidate" />
      <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
      <meta http-equiv="expires" content="Wed, 26 Feb 2000 11:22:33 GMT"/>
e7874705   liuqimichale   init
11
12
13
14
15
16
17
      <title>小票码扫码支付</title>
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
  </html>