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