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

pull/492/head
shizhong 2024-07-31 14:53:05 +08:00
parent e1e161322f
commit a574f3ca54
1 changed files with 2 additions and 2 deletions

View File

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