From 6b3850be812769ec8f5d5478f8c5ef34be149b2f Mon Sep 17 00:00:00 2001 From: Apple <> Date: Thu, 27 Oct 2022 17:04:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=80=80=E5=9B=9E=E5=85=A5=E5=8F=A3=E9=A1=B5=E5=8F=96?= =?UTF-8?q?=E5=87=BA=E5=8F=82=E6=95=B0=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange.html b/exchange.html index 22950b6..a59803a 100644 --- a/exchange.html +++ b/exchange.html @@ -310,7 +310,7 @@ }, 3000); } else { /*跳转起始页面*/ - let entryLink = sessionStorage.getItem('entryLink'); + let entryLink = localStorage.getItem('entryLink'); setTimeout(() => { window.location.replace(entryLink); }, 3000);