|
|
@@ -15,8 +15,8 @@ function getserveraddr() {
|
|
|
if (base_ui_url.indexOf("jsjtyxt.com") != -1) {
|
|
|
return "http://server_yanhai.jsxt.jsjtyxt.com/";
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
- // return "http://10.112.0.199:7001/"
|
|
|
- return "http://localhost:8089/"
|
|
|
+ return "http://10.112.0.199:7001/"
|
|
|
+ // return "http://localhost:8089/"
|
|
|
} else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
return "http://192.168.8.236:8089/"
|
|
|
} else {
|