|
@ -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));
|