소스 검색

feat: 保存

gemercheung 1 년 전
부모
커밋
a1bd134dca
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/store/collect.js

+ 0 - 1
src/store/collect.js

@@ -71,7 +71,6 @@ export const useCollectStore = defineStore({
           const url = domain + item.filePath;
           return url;
         });
-      console.log("gallery", gallery);
       if (gallery) {
         return gallery;
       } else {