update ruoyi-admin/src/main/resources/static/ruoyi/login.js.

This commit is contained in:
kagome2014 2020-12-16 01:54:04 +08:00 committed by Gitee
parent 78eed9cd56
commit 8ba3f05f8a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function login() {
"rememberMe": rememberMe
},
success: function(r) {
if (r.code == 0) {
if (r.code == web_status.SUCCESS) {
location.href = ctx + 'index';
} else {
$.modal.closeLoading();