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