diff --git a/WebRoot/zj_login.html b/WebRoot/zj_login.html index 3f3a61cd..ec5cc76f 100644 --- a/WebRoot/zj_login.html +++ b/WebRoot/zj_login.html @@ -202,7 +202,7 @@ async: false, success: function (result) { if (result.success) { - window.location.href = '/QingLong/index.html'; + window.location.href = '/QingLong/view/zj/list.html'; } else { alert(result.msg); if (result.redirect) {