فهرست منبع

rename the function

code-october 11 ماه پیش
والد
کامیت
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;
     },