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

This commit is contained in:
YunaiV
2024-07-26 22:58:39 +08:00
parent 188b4033ba
commit 9e44a6cf0f

View File

@ -52,7 +52,7 @@ async function goLogin() {
// 登出后清理
deleteUserCache() // 清空用户缓存
tagsViewStore.delAllViews()
resetRouter() // 重置静态路由表
// resetRouter() // 重置静态路由表
lockStore.resetLockInfo()
replace('/login')
}