|
|
@@ -31,7 +31,9 @@ function getImageaddr() {
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
return "http://10.112.0.199:7000/"
|
|
|
// return "http://localhost:9080/"
|
|
|
- } else {
|
|
|
+ } else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
+ return "http://192.168.8.236/"
|
|
|
+ }else {
|
|
|
return "http://10.112.0.199/"
|
|
|
}
|
|
|
}
|
|
|
@@ -42,7 +44,9 @@ function getTaskaddr() {
|
|
|
} else if (base_ui_url.indexOf("localhost") != -1) {
|
|
|
return "http://10.112.0.199:8099/"
|
|
|
// return "http://localhost:8099/"
|
|
|
- } else {
|
|
|
+ } else if (base_ui_url.indexOf("192.168.8.236") != -1) {
|
|
|
+ return "http://192.168.8.236:8099/"
|
|
|
+ }else {
|
|
|
return "http://10.112.0.199:8099/"
|
|
|
}
|
|
|
}
|