Explorar el Código

unexpected console.log

Michael Wang hace 4 años
padre
commit
be51fc3425
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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: 显示大图,供查看和翻转