This commit is contained in:
parent
616d6e87f3
commit
2b2b4c0f88
|
@ -138,10 +138,6 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
created(options) {
|
|
||||||
let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
|
|
||||||
let curRoute = routes[routes.length - 1].route //获取当前页面路由
|
|
||||||
this.activeRouter = '/' + curRoute
|
|
||||||
handleBorcode() {
|
handleBorcode() {
|
||||||
// 从相机和相册扫码
|
// 从相机和相册扫码
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
|
|
Loading…
Reference in New Issue