Merge pull request #2174 from laizhebusan1987/master

修复登录以后跳转到localhost:8081/xxl-job-admin,然后再302重定向到localhost:8081/xxl-job-admin/的问题
This commit is contained in:
许雪里 2021-02-09 16:02:33 +08:00 committed by GitHub
commit 2e4c743bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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({