瀏覽代碼

登录异常判断

1178232204@qq.com 3 年之前
父節點
當前提交
62c2854498
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/js/utils.js

+ 3 - 1
src/js/utils.js

@@ -272,7 +272,9 @@ const post = function (url, data, opts) {
             isFather: true,
             isFather: true,
             fatherWrapper: $("#mainBox", parent.document)
             fatherWrapper: $("#mainBox", parent.document)
           });
           });
-          window.location.href = 'login.html'
+          setTimeout(() => {
+            window.parent.window.location.href = 'login.html'
+          }, 1200)
         }
         }
         resolve({
         resolve({
           data: res
           data: res