This commit is contained in:
xiaozhiyong
2023-03-21 15:23:36 +08:00
parent df5a31f55a
commit c943ba57c0
2 changed files with 15 additions and 2 deletions

View File

@@ -225,7 +225,7 @@
},
refuseEmpower() {
uni.navigateTo({
url: '/BagAuth/pages/login/oldLogin'
url: `/BagAuth/pages/login/oldLogin?scanningParams=${this.scanningParams}`
})
},