This commit is contained in:
xiaozhiyong
2024-04-09 14:35:06 +08:00
parent 3c1fc03e1f
commit da0f4e6589
3 changed files with 36 additions and 6 deletions

View File

@@ -88,8 +88,11 @@
url: '/pages/tabbar/home/home',
})
} else {
uni.redirectTo({
url: '/BagAuth/pages/login/login'
// uni.redirectTo({
// url: '/BagAuth/pages/login/login'
// })
uni.switchTab({
url: '/pages/tabbar/home/home',
})
}
}