|
|
@@ -19,8 +19,8 @@ function getserveraddr() {
|
|
|
} else if (base_ui_url.indexOf("file_release_yanhai") != -1) {
|
|
|
return "http://server_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
- // return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
- // return "http://localhost:8089/"
|
|
|
+ //return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
+ return "http://localhost: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) {
|
|
|
@@ -38,8 +38,8 @@ function getExcelServeraddr() {
|
|
|
} else if (base_ui_url.indexOf("file_release_yanhai") != -1) {
|
|
|
return "http://server_fwq_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
- // return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
- // return "http://localhost:9000/"
|
|
|
+ // return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
+ return "http://localhost: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) {
|
|
|
@@ -57,8 +57,8 @@ function getQzdExcelServeraddr() {
|
|
|
} else if (base_ui_url.indexOf("file_release_yanhai") != -1) {
|
|
|
return "http://server_fwq_release_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
- // return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
- // return "http://localhost:9001/"
|
|
|
+ // return "http://server_release_yanhai.jsxt.jsjtyxt.com/"
|
|
|
+ return "http://localhost:9001/"
|
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
return "http://200.200.19.126:9001/"
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
@@ -78,7 +78,7 @@ function getImageaddr() {
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// return "http://10.112.0.199:7000/"
|
|
|
// 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) {
|
|
|
return "http://192.168.8.236/"
|
|
|
} else if (base_ui_url.indexOf("200.200.19.126") != -1) {
|
|
|
@@ -95,7 +95,7 @@ function getTaskaddr() {
|
|
|
return "http://task_yanhai.jsxt.jsjtyxt.com:8283/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
// 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) {
|
|
|
return "http://192.168.8.236:8099/"
|
|
|
} else {
|