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("打印完成");
                 },
               });
             });