Skip to content

Commit 9e44a6c

Browse files
committed
【功能修复】全局:锁定后,返回登录界面后,无法登录成功(回报 stack 溢出)
1 parent 188b403 commit 9e44a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/components/UserInfo/src/components/LockPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function goLogin() {
5252
// 登出后清理
5353
deleteUserCache() // 清空用户缓存
5454
tagsViewStore.delAllViews()
55-
resetRouter() // 重置静态路由表
55+
// resetRouter() // 重置静态路由表
5656
lockStore.resetLockInfo()
5757
replace('/login')
5858
}

0 commit comments

Comments
 (0)