锁定屏幕-返回登录页,输入正确密码后点击登录按钮,没有跳转进入系统页面
parent
e1e161322f
commit
a574f3ca54
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue