|
@@ -15,9 +15,9 @@ export const JGPrintTag = function (html, width, height, data) {
|
|
onOk () {
|
|
onOk () {
|
|
var agent = navigator.userAgent.toLowerCase();
|
|
var agent = navigator.userAgent.toLowerCase();
|
|
if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
|
|
if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
|
|
- window.open('http://www.lodop.net/demolist/CLodop_Setup_for_Win32NT.zip')
|
|
|
|
|
|
+ window.open('https://iscm.360arrow.com/electron/CLodop.exe')
|
|
}else if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
|
|
}else if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
|
|
- window.open('http://www.lodop.net/download/CLodop_Setup_for_Win64NT_4.155EN.zip')
|
|
|
|
|
|
+ window.open('https://iscm.360arrow.com/electron/CLodop.exe')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -139,9 +139,9 @@ export const jGPrint = function (data, type, printerType) {
|
|
onOk () {
|
|
onOk () {
|
|
var agent = navigator.userAgent.toLowerCase();
|
|
var agent = navigator.userAgent.toLowerCase();
|
|
if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
|
|
if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
|
|
- window.open('http://www.lodop.net/demolist/CLodop_Setup_for_Win32NT.zip')
|
|
|
|
|
|
+ window.open('https://iscm.360arrow.com/electron/CLodop.exe')
|
|
}else if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
|
|
}else if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
|
|
- window.open('http://www.lodop.net/download/CLodop_Setup_for_Win64NT_4.155EN.zip')
|
|
|
|
|
|
+ window.open('https://iscm.360arrow.com/electron/CLodop.exe')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|