Blame view

index.html 597 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">
9b0c2bed   刘淇   去缓存
7
8
9
10
11
      <!-- 在入口文件index.html中,头部添加meta标签 -->
      <meta http-equiv="Expires" content="0">
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="Cache-control" content="no-cache">
      <meta http-equiv="Cache" content="no-cache">
e7874705   liuqimichale   init
12
13
14
15
16
17
18
      <title>小票码扫码支付</title>
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
  </html>