Commit 11048911a19cc22f9690d3b66d63515aabccb62e
1 parent
44f46cd0
赤峰正式环境
Showing
4 changed files
with
8 additions
and
3 deletions
index.html
... | ... | @@ -4,6 +4,10 @@ |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="google" content="notranslate"> |
6 | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
7 | + <meta http-equiv="pragma" content="no-cache" /> | |
8 | + <meta http-equiv="content-type" content="no-cache, must-revalidate" /> | |
9 | + <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" /> | |
10 | + <meta http-equiv="expires" content="Wed, 26 Feb 2000 11:22:33 GMT"/> | |
7 | 11 | <title>小票码扫码支付</title> |
8 | 12 | </head> |
9 | 13 | <body> | ... | ... |
src/components/navigation.vue
src/main.js
... | ... | @@ -6,8 +6,8 @@ import router from './router' |
6 | 6 | |
7 | 7 | import './assets/css/reset.css' // 引入公共样式 |
8 | 8 | |
9 | -import h5Popup from 'vue-h5-popup'; // 引入弹窗 | |
10 | -Vue.use(h5Popup) | |
9 | +// import h5Popup from 'vue-h5-popup'; // 引入弹窗 | |
10 | +// Vue.use(h5Popup) | |
11 | 11 | |
12 | 12 | import utils from './utils/utils' // 工具类 |
13 | 13 | Vue.prototype.$utils = utils | ... | ... |