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