This commit is contained in:
qsh
2025-05-29 10:17:09 +08:00
parent 4735da7362
commit 126853ad45
25 changed files with 3648 additions and 85 deletions

View File

@@ -77,6 +77,7 @@ export const useUserStore = defineStore('admin-user', {
nickname: '',
currentRole: 0
}
cache.local.delete(CACHE_KEY.USER)
},
refresh() {
cache.local.delete(CACHE_KEY.USER)