From cecf078aa0c2c4db44631c66f38ab945e7508835 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 2 Nov 2022 10:09:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E8=90=BD=E5=9C=B0=E9=A1=B5=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage.html b/homepage.html index 46a1a63..6c2563a 100644 --- a/homepage.html +++ b/homepage.html @@ -423,7 +423,7 @@ }, 3000); } else { setTimeout(() => { - window.location.href = "./index.html?id=" + 12; + window.location.href = "./index.html?id=" + localStorage.getItem('linkId'); }, 3000); } }