jeter20131220 hace 3 años
padre
commit
2a1518e318
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      desktop11/goto.js

+ 1 - 1
desktop11/goto.js

@@ -122,7 +122,7 @@ function onClik() {
   console.log(jsonString);
   $.ajax({
     type: 'POST',
-    url: 'http://172.104.93.163/deco_request_detail',
+    url: 'http://172.105.205.52:8001/deco_request_detail',
     data: jsonString,
     dataType: 'json',
     success: function (data, textStatus, jqXHR) {