fix: bugs

This commit is contained in:
xingyu
2022-08-03 17:23:12 +08:00
parent 3b441fd7ef
commit af2b1eb25f
7 changed files with 32 additions and 40 deletions

View File

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