From 64045fad60c26e280e66c2f979038872e5bef563 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Tue, 28 Dec 2021 12:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88code=E4=B8=8D=E4=B8=BA200?= =?UTF-8?q?=EF=BC=8C=E6=B8=85=E9=99=A4token=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homepage.html b/homepage.html index 94f3c1b..e2aa9ad 100644 --- a/homepage.html +++ b/homepage.html @@ -316,12 +316,12 @@ setTimeout(() => { // window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId')+'&'; window.history.back(); - sessionStorage.clear(); + // sessionStorage.clear(); }, 3000); }else{ setTimeout(() => { window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId'); - sessionStorage.clear(); + // sessionStorage.clear(); }, 3000); } } @@ -482,12 +482,12 @@ setTimeout(() => { // window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId')+'&'; window.history.back(); - sessionStorage.clear(); + // sessionStorage.clear(); }, 3000); }else{ setTimeout(() => { window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId'); - sessionStorage.clear(); + // sessionStorage.clear(); }, 3000); } }