chenjunkai 5 年之前
父节点
当前提交
1f52f976f7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      web/lottery/js/jqhttpsdk.js

+ 2 - 2
web/lottery/js/jqhttpsdk.js

@@ -3,11 +3,11 @@
  * @author chanjunkai
  */
 // var http_ip_prot = 'http://192.168.136.40:4696/'
-let domain = document.domain;
+// let domain = document.domain;
 
 // let http_ip_prot = 'http://192.168.136.40:7724/';
     //生产环境
-let http_ip_prot = 'http://www.zositech.xyz:7724';
+let http_ip_prot = 'http://www.zositech.xyz:7724/';
 
 $.GetJSON = function (url, data, callback) {
     $.ajax({