【功能修复】全局:锁定后,返回登录界面后,无法登录成功(回报 stack 溢出)
parent
188b4033ba
commit
9e44a6cf0f
|
@ -52,7 +52,7 @@ async function goLogin() {
|
|||
// 登出后清理
|
||||
deleteUserCache() // 清空用户缓存
|
||||
tagsViewStore.delAllViews()
|
||||
resetRouter() // 重置静态路由表
|
||||
// resetRouter() // 重置静态路由表
|
||||
lockStore.resetLockInfo()
|
||||
replace('/login')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue