beforeunload 에서 ajax 동기는 호출 안함 일단 비동기 호출로 변경

This commit is contained in:
lch 2021-06-14 06:22:38 +00:00
parent fda56a2bae
commit 864c38cc5b
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@
window.onbeforeunload = function () { window.onbeforeunload = function () {
if (!_passunload && @Model.istaste != 1 && !_islogout) { if (!_passunload && @Model.istaste != 1 && !_islogout) {
clearInterval(_timerlog); clearInterval(_timerlog);
golog(false, true, false, true); golog(false, true, false, false);
} }
if (opener) { if (opener) {
opener.location.href = opener.location.href.replace(/#/gi, ''); opener.location.href = opener.location.href.replace(/#/gi, '');