|
@ -99,7 +99,7 @@ function GooFlow(bgDiv, property) {
|
|
var that = this;
|
|
var that = this;
|
|
|
|
|
|
// *************************************************** 【请求地址】
|
|
// *************************************************** 【请求地址】
|
|
var URL = "http://192.168.131.110:8080",
|
|
|
|
|
|
var URL = "http://localhost:8080",
|
|
getAllEndpointsURL = URL + "/esb/process/getAllEndpoints",
|
|
getAllEndpointsURL = URL + "/esb/process/getAllEndpoints",
|
|
getAllProcessorsURL = URL + "/esb/process/getAllProcessors";
|
|
getAllProcessorsURL = URL + "/esb/process/getAllProcessors";
|
|
|
|
|