mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-19 13:35:07 +08:00
fix: axios bug
This commit is contained in:
@ -27,6 +27,9 @@ export const useUserStore = defineStore({
|
||||
nickname: ''
|
||||
}
|
||||
}),
|
||||
persist: {
|
||||
enabled: true
|
||||
},
|
||||
getters: {
|
||||
getPermissions(): string[] {
|
||||
return this.permissions
|
||||
|
Reference in New Issue
Block a user