XMTT 7 years ago
parent
commit
f22fe57e71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html/login.html

+ 1 - 1
html/login.html

@ -70,7 +70,7 @@
70 70

71 71
					loginForm.doPost("../ajax/sys/user/login", function(data) {
72 72
						if(data) {
73
							window.location.href='index.html#sys_usercount_index';
73
							window.location.href='index.html';
74 74
//							var uri = window.location.hash;
75 75
//							if(uri && uri.length>1){
76 76
//								window.location.href=decodeURIComponent(uri.substring(1));