lsc 1 rok temu
rodzic
commit
ea258b0188
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      uform.js

+ 3 - 1
uform.js

@@ -11983,7 +11983,9 @@ U.MD.U.LO.logoutSystem2 = function (callback) {
         U.alert("您的账号已禁止登陆!")
         U.A.Request(US.Config.server + "logout", [], function (res) {
             U.A.Request(US.SCOKET, ["logout", US.userInfo.userid, US.pageId], function () {
-                window.location.reload();
+                setTimeout(() => {
+                    window.location.reload();
+                }, 2000);
             }, [], { "type": "POST", "withCredentials": true }); //在状态服务退出
         }, [], { "type": "POST", "withCredentials": true });
         // });