소스 검색

unexpected console.log

Michael Wang 4 년 전
부모
커밋
be51fc3425
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/features/mark/CommonMarkBody.vue

+ 0 - 1
src/features/mark/CommonMarkBody.vue

@@ -507,7 +507,6 @@ const showBigImage = (event: MouseEvent) => {
     },
     zIndex: 1000000,
   });
-  console.log(viewer);
   viewer.show();
 };
 // end: 显示大图,供查看和翻转