This commit is contained in:
qsh
2025-05-23 17:11:08 +08:00
parent 4b030babe2
commit 4735da7362
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ export const useUserStore = defineStore('admin-user', {
async loginOut() {
await loginOut()
removeToken()
cache.local.clear()
// cache.local.clear()
this.resetState()
},
resetState() {