zhengnaiwen_citu 1 年之前
父節點
當前提交
b461c061e0
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/store/dictionaries.js

+ 1 - 2
src/store/dictionaries.js

@@ -33,8 +33,7 @@ export const useDictionariesStore = defineStore('dictionaries',
     }
 
     return {
-      getDict,
-      setDict
+      getDict
     }
   },
   {