Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9e44a6cf
authored
Jul 26, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修复】全局:锁定后,返回登录界面后,无法登录成功(回报 stack 溢出)
parent
188b4033
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/layout/components/UserInfo/src/components/LockPage.vue
+1
-1
No files found.
src/layout/components/UserInfo/src/components/LockPage.vue
View file @
9e44a6cf
...
@@ -52,7 +52,7 @@ async function goLogin() {
...
@@ -52,7 +52,7 @@ async function goLogin() {
// 登出后清理
// 登出后清理
deleteUserCache
()
// 清空用户缓存
deleteUserCache
()
// 清空用户缓存
tagsViewStore
.
delAllViews
()
tagsViewStore
.
delAllViews
()
resetRouter
()
// 重置静态路由表
//
resetRouter() // 重置静态路由表
lockStore
.
resetLockInfo
()
lockStore
.
resetLockInfo
()
replace
(
'/login'
)
replace
(
'/login'
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment