perf: perf store
This commit is contained in:
@@ -11,7 +11,6 @@ export const useDictStore = defineStore('dict', {
|
||||
isSetDict: false,
|
||||
dictObj: {}
|
||||
}),
|
||||
persist: true,
|
||||
getters: {
|
||||
getDictObj(): Recordable {
|
||||
return this.dictObj
|
||||
|
||||
Reference in New Issue
Block a user