review:【ep 全局】实现

This commit is contained in:
YunaiV
2025-05-12 19:31:49 +08:00
parent 0eb8a683c9
commit 47716d6264
7 changed files with 10 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ interface DictState {
dictCache: Dict;
}
// TODO @芋艿:可以共享么?
// TODO @xingyu@芋艿:可以共享么?
export const useDictStore = defineStore('dict', {
actions: {
getDictData(dictType: string, value: any) {