Browse Source

字段修改

1178232204@qq.com 3 years atrás
parent
commit
2a4e3a653c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/utils.js

+ 1 - 1
src/js/utils.js

@@ -264,7 +264,7 @@ const post = function (url, data, opts) {
             data: jsonres.msg
           }
           window.parent.postMessage(JSON.stringify(dialogmessage), '*')
-        } else if (error.status === '10020013') {
+        } else if (jsonres.code === '10020013') {
           $.alerModal({
             "message": '登录异常',
             type: "tip",