Browse Source

rename the function

code-october 1 năm trước cách đây
mục cha
commit
266e9efd2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     },