lilei 1 년 전
부모
커밋
a46f0c1caa
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/libs/JGPrint.js

+ 4 - 4
src/libs/JGPrint.js

@@ -18,9 +18,9 @@ export const JGPrintTag = function (width, height, data) {
       onOk () {
         var agent = navigator.userAgent.toLowerCase();
         if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
-            window.open('https://iscm.360arrow.com/electron/CLodop.exe')
+            window.open('https://demo.lodop.net:8443/Lodop6.226_Clodop6.594.zip')
         }else if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
-            window.open('https://iscm.360arrow.com/electron/CLodop.exe')
+            window.open('https://www.lodop.net/download/CLodop_Setup_for_Win64NT_6.594EN.zip')
         }
       }
     })
@@ -285,9 +285,9 @@ export const jGPrint = function (data, type, printerType, taskName) {
         onOk () {
           var agent = navigator.userAgent.toLowerCase();
           if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
-              window.open('https://iscm.360arrow.com/electron/CLodop.exe')
+              window.open('https://demo.lodop.net:8443/Lodop6.226_Clodop6.594.zip')
           }else if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
-              window.open('https://iscm.360arrow.com/electron/CLodop.exe')
+              window.open('https://www.lodop.net/download/CLodop_Setup_for_Win64NT_6.594EN.zip')
           }
         }
       })