chenjunkai 6 tahun lalu
induk
melakukan
5229ab9839
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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({