rename the function

This commit is contained in:
code-october 2024-12-30 09:13:12 +00:00
parent 57c88c0717
commit 266e9efd2e

View File

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