|
|
@@ -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.8.236") != -1) {
|
|
|
- return "http://192.168.8.236:8089/"
|
|
|
+ } else if (base_ui_url.indexOf("http://172.28.2.6") != -1) {
|
|
|
+ return "http://172.28.2.6:8089/"
|
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
return "http://200.200.19.126:8089/"
|
|
|
}
|
|
|
@@ -33,10 +33,10 @@ function getImageaddr() {
|
|
|
} else if (base_ui_url.indexOf("file_release_yanhai") != -1) {
|
|
|
return "http://file_release_yanhai.jsxt.jsjtyxt.com/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
- // return "http://10.112.0.199:7000/"
|
|
|
- return "http://200.200.19.126:8080/";
|
|
|
- } else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
- return "http://192.168.8.236/"
|
|
|
+ return "http://172.28.2.6:8080/"
|
|
|
+ // return "http://200.200.19.126:8080/";
|
|
|
+ } else if (base_ui_url.indexOf("http://172.28.2.6") != -1) {
|
|
|
+ return "http://172.28.2.6:8080/"
|
|
|
} else if(base_ui_url.indexOf("200.200.19.126") != -1){
|
|
|
return "http://200.200.19.126:8080/"
|
|
|
}
|
|
|
@@ -47,9 +47,9 @@ function getTaskaddr() {
|
|
|
return "http://njyt.xt.wenhq.top:8083/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://10.112.0.199:8099/"
|
|
|
- return "http://localhost:8100/"
|
|
|
- } else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
- return "http://192.168.8.236:8099/"
|
|
|
+ return "http://localhost:8080/"
|
|
|
+ } else if (base_ui_url.indexOf("http://172.28.2.6") != -1) {
|
|
|
+ return "http://172.28.2.6:8099/"
|
|
|
} else if(base_ui_url.indexOf("200.200.19.126") != -1){
|
|
|
return "http://200.200.19.126:8100/"
|
|
|
}
|