diff --git a/index.html b/index.html index e0f2bef..b7c3389 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,10 @@ + + + + 小票码扫码支付 diff --git a/src/components/navigation.vue b/src/components/navigation.vue index acd1464..320d0eb 100644 --- a/src/components/navigation.vue +++ b/src/components/navigation.vue @@ -55,6 +55,7 @@ export default { this.carNumber = this.$route.query.carNumber // 车牌号码 this.carWrapBG = this.$route.query.carNumberColor // 车牌颜色 console.log(this.carNumber) + // this.$router.go(0) }, created() { diff --git a/src/main.js b/src/main.js index c28bd67..d26cde3 100644 --- a/src/main.js +++ b/src/main.js @@ -6,8 +6,8 @@ import router from './router' import './assets/css/reset.css' // 引入公共样式 -import h5Popup from 'vue-h5-popup'; // 引入弹窗 -Vue.use(h5Popup) +// import h5Popup from 'vue-h5-popup'; // 引入弹窗 +// Vue.use(h5Popup) import utils from './utils/utils' // 工具类 Vue.prototype.$utils = utils diff --git a/src/router/index.js b/src/router/index.js index a997302..bac470c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -11,7 +11,7 @@ export default new Router({ { path: '/', redirect: { - name: 'plateNumber' + name: 'navigation' } }, {