tangning 7 달 전
부모
커밋
3c9766f0e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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];
 };