浏览代码

登录异常验证

1178232204@qq.com 3 年之前
父节点
当前提交
ccb4115eaa
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/js/utils.js

+ 9 - 0
src/js/utils.js

@@ -341,6 +341,15 @@ const post = function (url, data, opts) {
             });
 
             // wd.location.href = '../error.html?code=' + error.status;
+          } else if (error.status === 10020013) {
+            $.alerModal({
+              "message": '登录异常',
+              type: "tip",
+              time: '1000',
+              isFather: true,
+              fatherWrapper: $("#mainBox", parent.document)
+            });
+            wd.location.href = "../login.html";
           }
         }
         reject(error);