natasha 5 달 전
부모
커밋
46db9b3e0c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/bookShelf/components/PrintModel.vue

+ 2 - 2
src/views/bookShelf/components/PrintModel.vue

@@ -892,10 +892,10 @@ export default {
                 showModal: true,
                 // style: style,// 亦可使用引入的外部css;
                 onStart: () => {
-                  console.log("打印开始");
+                  // console.log("打印开始");
                 },
                 onEnd: () => {
-                  console.log("打印完成");
+                  // console.log("打印完成");
                 },
               });
             });