From 11048911a19cc22f9690d3b66d63515aabccb62e Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Thu, 30 Sep 2021 14:15:16 +0800 Subject: [PATCH] 赤峰正式环境 --- index.html | 4 ++++ src/components/navigation.vue | 1 + src/main.js | 4 ++-- src/router/index.js | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) 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' } }, { -- libgit2 0.21.4