更新
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
this.init(e)
|
||||
},
|
||||
created() {
|
||||
this.imgURL = `${this.baseImgURL}/start.png`
|
||||
this.imgURL = `${this.baseImgURL}/start-color.png`
|
||||
},
|
||||
methods: {
|
||||
Interceptor(id) {
|
||||
let taht = this
|
||||
console.log(`%c 检测到参数拦截器启动`, 'color:red;font-size:50px');
|
||||
// console.log(`%c 检测到参数拦截器启动`, 'color:red;font-size:50px');
|
||||
wxCode.getQrCodeType({
|
||||
qrCode: id
|
||||
}).then(res => {
|
||||
@@ -46,6 +46,7 @@
|
||||
uni.redirectTo({
|
||||
url:'/pages/index/index'
|
||||
})
|
||||
|
||||
// uni.redirectTo({
|
||||
// url:'/pages/login/index'
|
||||
// })
|
||||
|
||||
Reference in New Issue
Block a user