perf: perf store

This commit is contained in:
kailong321200875
2022-10-08 11:28:50 +08:00
parent e757c54fb6
commit d416178d69
7 changed files with 25 additions and 38 deletions

View File

@@ -11,7 +11,6 @@ export const useDictStore = defineStore('dict', {
isSetDict: false,
dictObj: {}
}),
persist: true,
getters: {
getDictObj(): Recordable {
return this.dictObj