Commit a1d815b9470633e7a905917dd94bf2c36d979222

Authored by sumatek
1 parent 787e24ad
Exists in master and in 1 other branch dev

merge

ais-structure/src/modules/helper/connection.js
@@ -29,7 +29,7 @@ connection.requestJsonToD01 = async function (obj,cmd,myMethod) { @@ -29,7 +29,7 @@ connection.requestJsonToD01 = async function (obj,cmd,myMethod) {
29 if(params.method == "GET") 29 if(params.method == "GET")
30 { 30 {
31 var genUrl = getUrl(params); 31 var genUrl = getUrl(params);
32 - genUrl.push(genUrl[0].replace("8080","8081")); 32 + // genUrl.push(genUrl[0].replace("8080","8081"));
33 if(genUrl.length > 1) 33 if(genUrl.length > 1)
34 { 34 {
35 // console.log("multi Send"); 35 // console.log("multi Send");
@@ -187,7 +187,6 @@ function getUrl(params) @@ -187,7 +187,6 @@ function getUrl(params)
187 first = false; 187 first = false;
188 } 188 }
189 189
190 -  
191 } 190 }
192 191
193 if(filter != "") 192 if(filter != "")