Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-29 10:33:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5b644d563c4c57e523360555780419a4bf006f37
5b644d56
1 parent
589a2762
fix(login): 清除登录页面的用户信息缓存
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/recall/login.vue
src/views/recall/login.vue
View file @
5b644d5
...
...
@@ -105,6 +105,8 @@ const $router = useRouter()
useTitle('登陆')
onMounted(() => {
// 删除缓存
localStorage.removeItem('cached_user_info')
})
// Form Data
...
...
Please
register
or
login
to post a comment