Browse Source

unexpected console.log

Michael Wang 4 years ago
parent
commit
be51fc3425
1 changed files with 0 additions and 1 deletions
  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: 显示大图,供查看和翻转