fix: axios bug

This commit is contained in:
xingyu
2022-08-03 16:01:06 +08:00
parent a9c9007337
commit 3ca9eaf294
5 changed files with 13 additions and 34 deletions

View File

@ -27,6 +27,9 @@ export const useUserStore = defineStore({
nickname: ''
}
}),
persist: {
enabled: true
},
getters: {
getPermissions(): string[] {
return this.permissions