chenjunkai hace 6 años
padre
commit
5229ab9839
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      web/js/jqhttpsdk.js

+ 2 - 2
web/js/jqhttpsdk.js

@@ -5,9 +5,9 @@
 // var http_ip_prot = 'http://192.168.136.40:4696/'
 let domain = document.domain;
 
-let http_ip_prot = 'http://192.168.136.40:7724/';
+// let http_ip_prot = 'http://192.168.136.40:7724/';
     //生产环境
-// let http_ip_prot = 'http://47.107.129.126:7724/';
+let http_ip_prot = 'http://47.107.129.126:7724/';
 
 $.GetJSON = function (url, data, callback) {
     $.ajax({