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({