Ver Código Fonte

Merge remote-tracking branch 'origin/test'

luyanan 6 anos atrás
pai
commit
6b60fba993
1 arquivos alterados com 2 adições e 2 exclusões
  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");