diff --git a/WebRoot/login.html b/WebRoot/login.html index 5f590857..5371e049 100644 --- a/WebRoot/login.html +++ b/WebRoot/login.html @@ -120,6 +120,9 @@ window.location.href = '/QingLong/index.html'; } else { alert(result.msg); + if(result.redirect){ + window.location.href = '/QingLong/plogin.html'; + } refreshCaptcha(); } }