From 6507f0982ca43f848797f97101bb3eaa455e0a5e Mon Sep 17 00:00:00 2001 From: feng626 <1304903146@qq.com> Date: Wed, 15 Sep 2021 15:39:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E9=99=86=E5=A4=8D=E6=A0=B8?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=90=8E=20=E5=88=A0=E9=99=A4=E5=B7=A5?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/authentication/login_wait_confirm.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/authentication/templates/authentication/login_wait_confirm.html b/apps/authentication/templates/authentication/login_wait_confirm.html index 7ee7632f0..36584f26b 100644 --- a/apps/authentication/templates/authentication/login_wait_confirm.html +++ b/apps/authentication/templates/authentication/login_wait_confirm.html @@ -134,6 +134,7 @@ function cancelTicket() { } function cancelCloseConfirm() { + cancelTicket(); window.onbeforeunload = function() {}; window.onunload = function(){}; }