Parcourir la source

Merge branch 'master' of ssh://192.168.136.45:10022/SERVER/langer

chenjunkai il y a 5 ans
Parent
commit
7e399a8b4d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      web/js/jqhttpsdk.js

+ 2 - 2
web/js/jqhttpsdk.js

@@ -10,9 +10,9 @@ let domain = document.domain;
 // let http_ip_prot = 'http://47.107.129.126:7724/';
 
 var http_ip_prot = convertTemp()+ "/";
-	if( http_ip_prot.indexOf("zositech")==-1 ||  http_ip_prot.indexOf("47.107.129.126")==-1){
+	if( http_ip_prot.indexOf("zositech")==-1){
 		http_ip_prot="http://192.168.136.39:8000/";
-//		http_ip_prot="http://www.zositech.xyz:7724/";
+    	http_ip_prot = 'http://47.107.129.126:7724/';
 		console.log(http_ip_prot);
 	}else{
 		console.log(http_ip_prot);