tangning hai 7 meses
pai
achega
3c9766f0e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];
 };