zhengnaiwen_citu hace 1 año
padre
commit
b461c061e0
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/store/dictionaries.js

+ 1 - 2
src/store/dictionaries.js

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