Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laizhebusan1987 committed Dec 31, 2020
1 parent 3b4067a commit e7c419a
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
Original file line number Diff line number Diff line change
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 e7c419a

Please sign in to comment.