Commit 11048911a19cc22f9690d3b66d63515aabccb62e

Authored by 刘淇
1 parent 44f46cd0

赤峰正式环境

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
... ... @@ -55,6 +55,7 @@ export default {
55 55 this.carNumber = this.$route.query.carNumber // 车牌号码
56 56 this.carWrapBG = this.$route.query.carNumberColor // 车牌颜色
57 57 console.log(this.carNumber)
  58 + // this.$router.go(0)
58 59  
59 60 },
60 61 created() {
... ...
src/main.js
... ... @@ -6,8 +6,8 @@ import router from &#39;./router&#39;
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
... ...
src/router/index.js
... ... @@ -11,7 +11,7 @@ export default new Router({
11 11 {
12 12 path: '/',
13 13 redirect: {
14   - name: 'plateNumber'
  14 + name: 'navigation'
15 15 }
16 16 },
17 17 {
... ...