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

pull/487/head
YunaiV 2024-07-26 22:58:39 +08:00
parent 188b4033ba
commit 9e44a6cf0f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ async function goLogin() {
//
deleteUserCache() //
tagsViewStore.delAllViews()
resetRouter() //
// resetRouter() //
lockStore.resetLockInfo()
replace('/login')
}