Merge pull request #2174 from laizhebusan1987/master

修复登录以后跳转到localhost:8081/xxl-job-admin,然后再302重定向到localhost:8081/xxl-job-admin/的问题
2.3.0
许雪里 4 years ago committed by GitHub
commit 2e4c743bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ $(function(){
if (data.code == "200") {
layer.msg( I18n.login_success );
setTimeout(function(){
window.location.href = base_url;
window.location.href = base_url + "/";
}, 500);
} else {
layer.open({

Loading…
Cancel
Save