chenjun 2020-12-31 10:54:05 +08:00
parent 3b4067a7b5
commit e7c419a53a
1 changed files with 1 additions and 1 deletions

View File

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