Skip to content

Commit

Permalink
Merge pull request #2174 from laizhebusan1987/master
Browse files Browse the repository at this point in the history
修复登录以后跳转到localhost:8081/xxl-job-admin,然后再302重定向到localhost:8081/xxl-job-admin/的问题
  • Loading branch information
xuxueli committed Feb 9, 2021
2 parents 71aefd7 + e7c419a commit 2e4c743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xxl-job-admin/src/main/resources/static/js/login.1.js
Expand Up @@ -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({
Expand Down

0 comments on commit 2e4c743

Please sign in to comment.