chenjunkai 6 سال پیش
والد
کامیت
5229ab9839
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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({