luyanan 6 years ago
parent
commit
6d66479307
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/public/baseUtil.js

+ 2 - 2
js/public/baseUtil.js

@ -1,5 +1,5 @@
1
var wlogurl="http://192.168.3.233:8080"
2
//var wlogurl="http://www.ekexiu.com:8082";
1
//var wlogurl="http://192.168.3.233:8080"
2
var wlogurl="http://www.ekexiu.com:8082";
3 3

4 4
function GetQueryString(name) {
5 5
	var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");