|
@@ -20,7 +20,7 @@ function getserveraddr() {
|
|
|
return "http://server_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
return "http://server_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
// return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
- return "http://localhost:8089/"
|
|
|
|
|
|
|
+ // return "http://localhost:8089/"
|
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
return "http://200.200.19.126:8089/"
|
|
return "http://200.200.19.126:8089/"
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
@@ -29,6 +29,7 @@ function getserveraddr() {
|
|
|
return "http://10.112.0.199:8089/"
|
|
return "http://10.112.0.199:8089/"
|
|
|
// return "http://10.112.0.199:7001/"
|
|
// return "http://10.112.0.199:7001/"
|
|
|
}
|
|
}
|
|
|
|
|
+ return "http://10.112.0.199:8089/"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function getExcelServeraddr() {
|
|
function getExcelServeraddr() {
|
|
@@ -38,7 +39,7 @@ function getExcelServeraddr() {
|
|
|
return "http://server_fwq_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
return "http://server_fwq_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
// return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
- return "http://localhost:9000/"
|
|
|
|
|
|
|
+ // return "http://localhost:9000/"
|
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
return "http://200.200.19.126:9000/"
|
|
return "http://200.200.19.126:9000/"
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
@@ -47,6 +48,7 @@ function getExcelServeraddr() {
|
|
|
return "http://10.112.0.199:9000/"
|
|
return "http://10.112.0.199:9000/"
|
|
|
// return "http://10.112.0.199:7010/"
|
|
// return "http://10.112.0.199:7010/"
|
|
|
}
|
|
}
|
|
|
|
|
+ return "http://10.112.0.199:9000/"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function getQzdExcelServeraddr() {
|
|
function getQzdExcelServeraddr() {
|
|
@@ -56,7 +58,7 @@ function getQzdExcelServeraddr() {
|
|
|
return "http://server_fwq_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
return "http://server_fwq_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
// return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
- return "http://localhost:9001/"
|
|
|
|
|
|
|
+ // return "http://localhost:9001/"
|
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
return "http://200.200.19.126:9001/"
|
|
return "http://200.200.19.126:9001/"
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
@@ -65,6 +67,7 @@ function getQzdExcelServeraddr() {
|
|
|
return "http://10.112.0.199:9001/"
|
|
return "http://10.112.0.199:9001/"
|
|
|
// return "http://10.112.0.199:7011/"
|
|
// return "http://10.112.0.199:7011/"
|
|
|
}
|
|
}
|
|
|
|
|
+ return "http://10.112.0.199:9001/"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function getImageaddr() {
|
|
function getImageaddr() {
|
|
@@ -75,7 +78,7 @@ function getImageaddr() {
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://10.112.0.199:7000/"
|
|
// return "http://10.112.0.199:7000/"
|
|
|
// return "http://file_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
// return "http://file_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
- return "http://localhost:8081/";
|
|
|
|
|
|
|
+ // return "http://localhost:8081/";
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
return "http://192.168.8.236/"
|
|
return "http://192.168.8.236/"
|
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
@@ -84,6 +87,7 @@ function getImageaddr() {
|
|
|
return "http://10.112.0.199/"
|
|
return "http://10.112.0.199/"
|
|
|
// return "http://10.112.0.199:7000/"
|
|
// return "http://10.112.0.199:7000/"
|
|
|
}
|
|
}
|
|
|
|
|
+ return "http://10.112.0.199/"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function getTaskaddr() {
|
|
function getTaskaddr() {
|
|
@@ -91,10 +95,11 @@ function getTaskaddr() {
|
|
|
return "http://task_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
return "http://task_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://10.112.0.199:8099/"
|
|
// return "http://10.112.0.199:8099/"
|
|
|
- return "http://localhost:8099/"
|
|
|
|
|
|
|
+ // return "http://localhost:8099/"
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
return "http://192.168.8.236:8099/"
|
|
return "http://192.168.8.236:8099/"
|
|
|
} else {
|
|
} else {
|
|
|
return "http://10.112.0.199:8099/"
|
|
return "http://10.112.0.199:8099/"
|
|
|
}
|
|
}
|
|
|
|
|
+ return "http://10.112.0.199:8099/"
|
|
|
}
|
|
}
|