fix: 修复授权后进入tabbar卡死的问题
This commit is contained in:
@ -56,7 +56,7 @@ export default {
|
||||
console.log('进行登录操作')
|
||||
login().finally(() => {
|
||||
this.changeAuthorization(false)
|
||||
this.$yrouter.replace({
|
||||
this.$yrouter.switchTab({
|
||||
path: '/pages/home/index',
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user