锁定屏幕-返回登录页,输入正确密码后点击登录按钮,没有跳转进入系统页面

This commit is contained in:
shizhong 2024-07-31 14:53:05 +08:00
parent e1e161322f
commit a574f3ca54

View File

@ -53,9 +53,9 @@ async function goLogin() {
//
deleteUserCache() //
tagsViewStore.delAllViews()
resetRouter() //
// resetRouter() //
lockStore.resetLockInfo()
replace('/login')
replace('/login?redirect=/index')
}
function handleShowForm(show = false) {