Merge pull request #2174 from laizhebusan1987/master

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

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

Loading…
Cancel
Save