From 7969153462297aa77a0ef6ce0533893bbbc76970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 19 Oct 2023 18:20:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/common/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/common/main.js b/static/js/common/main.js index 39d0621..8838883 100644 --- a/static/js/common/main.js +++ b/static/js/common/main.js @@ -154,7 +154,7 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) { outLogin = function(){ tools.doPost('/logout', {}, ()=>{ tools.removeAllCookie(); - },true); + },false); } goIndex = function(){