1、修复请求返回值未使用常量web_status.SUCCESS的问题。
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user