This commit is contained in:
xiaozhiyong
2024-04-25 15:41:07 +08:00
parent 83d0c894b2
commit e416e23f09
10 changed files with 105 additions and 101 deletions

View File

@@ -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'
// })