Commit 11048911a19cc22f9690d3b66d63515aabccb62e
1 parent
44f46cd0
赤峰正式环境
Showing
4 changed files
with
8 additions
and
3 deletions
index.html
@@ -4,6 +4,10 @@ | @@ -4,6 +4,10 @@ | ||
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <meta name="google" content="notranslate"> | 5 | <meta name="google" content="notranslate"> |
6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | 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 | <title>小票码扫码支付</title> | 11 | <title>小票码扫码支付</title> |
8 | </head> | 12 | </head> |
9 | <body> | 13 | <body> |
src/components/navigation.vue
@@ -55,6 +55,7 @@ export default { | @@ -55,6 +55,7 @@ export default { | ||
55 | this.carNumber = this.$route.query.carNumber // 车牌号码 | 55 | this.carNumber = this.$route.query.carNumber // 车牌号码 |
56 | this.carWrapBG = this.$route.query.carNumberColor // 车牌颜色 | 56 | this.carWrapBG = this.$route.query.carNumberColor // 车牌颜色 |
57 | console.log(this.carNumber) | 57 | console.log(this.carNumber) |
58 | + // this.$router.go(0) | ||
58 | 59 | ||
59 | }, | 60 | }, |
60 | created() { | 61 | created() { |
src/main.js
@@ -6,8 +6,8 @@ import router from './router' | @@ -6,8 +6,8 @@ import router from './router' | ||
6 | 6 | ||
7 | import './assets/css/reset.css' // 引入公共样式 | 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 | import utils from './utils/utils' // 工具类 | 12 | import utils from './utils/utils' // 工具类 |
13 | Vue.prototype.$utils = utils | 13 | Vue.prototype.$utils = utils |