XMTT лет назад: 7
Родитель
Сommit
768eeba0a3
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      html/login.html

+ 5 - 1
html/login.html

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

71 71
					loginForm.doPost("../ajax/sys/user/login", function(data) {
72 72
						if(data) {
73
							window.location.href='index.html';
73
						    if(data.id==='2A8FF53DF2314C219FE50731D5B795C8'||data.id==='DKDHSKDLSIELSKJDL234567890111111') {
74
                                window.location.href = 'index.html#sys_usercount_index';
75
                            }else{
76
                                window.location.href = 'index.html'
77
							}
74 78
//							var uri = window.location.hash;
75 79
//							if(uri && uri.length>1){
76 80
//								window.location.href=decodeURIComponent(uri.substring(1));