Browse Source

feat: 保存

gemercheung 1 năm trước cách đây
mục cha
commit
a1bd134dca
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {