code-october 11 месяцев назад
Родитель
Сommit
266e9efd2e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/store/access.ts

+ 1 - 1
app/store/access.ts

@@ -146,7 +146,7 @@ export const useAccessStore = createPersistStore(
 
       return get().needCode;
     },
-    setVisionModels() {
+    getVisionModels() {
       this.fetch();
       return get().visionModels;
     },