gemercheung 1 год назад
Родитель
Сommit
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 {