tangning 7 hónapja
szülő
commit
3c9766f0e8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/viewImg/index.vue

+ 1 - 1
src/components/viewImg/index.vue

@@ -168,7 +168,7 @@ const showVideoView = (src) => {
     window.open(window.location.origin + src);
     return;
   }
-  url.value = src;
+  // url.value = src;
   showViewer.value = true;
   // previewList.value = [src];
 };