chore: 优化字典缓存

This commit is contained in:
2025-02-06 20:35:33 +08:00
parent 677a8825d7
commit 00b47dae6f

View File

@@ -41,4 +41,4 @@ const storeSetup = () => {
}
}
export const useDictStore = defineStore('dict', storeSetup, { persist: true })
export const useDictStore = defineStore('dict', storeSetup)