This commit is contained in:
qsh
2025-05-27 10:54:59 +08:00
parent 683bfa0d38
commit 33965c55f9
2 changed files with 41 additions and 51 deletions

View File

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