|
|
@@ -20,8 +20,8 @@ function getserveraddr() {
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
return "http://localhost:8089/"
|
|
|
- } else if (base_ui_url.indexOf("192.168.31.233") != -1) {
|
|
|
- return "http://192.168.31.233:8089/"
|
|
|
+ } else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
+ return "http://200.200.19.126:8089/"
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
return "http://192.168.8.236:8089/"
|
|
|
} else {
|
|
|
@@ -37,8 +37,8 @@ function getExcelServeraddr() {
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
return "http://localhost:9000/"
|
|
|
- } else if (base_ui_url.indexOf("192.168.31.233") != -1) {
|
|
|
- return "http://192.168.31.233:9000/"
|
|
|
+ } else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
+ return "http://200.200.19.126:9000/"
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
return "http://192.168.8.236:9000/"
|
|
|
} else {
|
|
|
@@ -56,6 +56,8 @@ function getImageaddr() {
|
|
|
return "http://localhost:8081/";
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
return "http://192.168.8.236/"
|
|
|
+ } else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
+ return "http://200.200.19.126:8080/"
|
|
|
} else {
|
|
|
return "http://10.112.0.199/"
|
|
|
}
|