Commit 9e44a6cf by YunaiV

【功能修复】全局:锁定后,返回登录界面后,无法登录成功(回报 stack 溢出)

parent 188b4033
...@@ -52,7 +52,7 @@ async function goLogin() { ...@@ -52,7 +52,7 @@ async function goLogin() {
// 登出后清理 // 登出后清理
deleteUserCache() // 清空用户缓存 deleteUserCache() // 清空用户缓存
tagsViewStore.delAllViews() tagsViewStore.delAllViews()
resetRouter() // 重置静态路由表 // resetRouter() // 重置静态路由表
lockStore.resetLockInfo() lockStore.resetLockInfo()
replace('/login') replace('/login')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment