chenjunkai 5 năm trước cách đây
mục cha
commit
ad04ac189e
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 0
      web/lottery/index.html
  2. 2 2
      web/lottery/js/jqhttpsdk.js

+ 1 - 0
web/lottery/index.html

@@ -248,6 +248,7 @@
         }
         let post_data = {'phone': phone}
         // 初始化目录
+        console.log(http_ip_prot)
         $.postJSON(
             http_ip_prot + 'lottery/authcode', JSON.stringify(post_data),
             function (data) {

+ 2 - 2
web/lottery/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://www.zositech.xyz:7724';
+let http_ip_prot = 'http://www.zositech.xyz:7724';
 
 $.GetJSON = function (url, data, callback) {
     $.ajax({