mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
【功能修复】全局:锁定后,返回登录界面后,无法登录成功(回报 stack 溢出)
This commit is contained in:
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
Block a user