Przeglądaj źródła

feat:downloadZip

ananzhusen 1 rok temu
rodzic
commit
dcf7f122d7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/components/Header.vue

+ 1 - 1
src/views/components/Header.vue

@@ -681,7 +681,7 @@ async function zipBkImg(zip: JSZip) {
   let img = meta2d.store.data.bkImage;
   if (img) {
     if (img.startsWith('/') || img.startsWith(cdn) || img.startsWith(upCdn)) {
-      zipImage(zip, img);
+      await zipImage(zip, img);
     }
   }
 }