lilei 3 anni fa
parent
commit
daac2fa772
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/libs/JGPrint.js

+ 1 - 1
src/libs/JGPrint.js

@@ -44,7 +44,7 @@ export const JGPrint = function(data, type, printerType){
     if (type == 'preview') { //  预览
       // window.open(url)
       const LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM'))
-      LODOP.ADD_PRINT_PDF(0,0,"100%","100%",demoDownloadPDF('https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/1.pdf'));
+      LODOP.ADD_PRINT_PDF(0,0,"100%","100%",demoDownloadPDF('https://t.qpls.360arrow.com/1.pdf'));
       LODOP.SET_PRINT_STYLEA(0,"PDFScalMode",1);
       LODOP.SET_PRINT_PAGESIZE(3,0,0,"");
       LODOP.PREVIEW()