This commit is contained in:
binbin_pan 2024-11-26 11:07:53 +08:00
parent 74fd6aca19
commit e5cb5a2f90
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ export default {
console.log(res)
if (res.code == 200) {
this.isLogin = true
uni.switchTab({
uni.reLaunch({
url: '/pages/gzt/index'
})
} else {