From f37db8af77b81f8e109ec36fc7bd2b6a2ffd8dc8 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 19 Oct 2022 10:14:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E3=80=90C=E7=AB=AF=E3=80=91=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E6=A0=B7=E5=BC=8F=E7=9A=84=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=EF=BC=8C=E6=B5=8F=E8=A7=88=E5=99=A8=E6=89=93=E5=BC=80=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E3=80=90=E6=97=A0=E6=95=88=E7=9A=84=E5=85=91=E6=8D=A2?= =?UTF-8?q?=E7=A0=81=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 10ede8f..8f70c0b 100644 --- a/index.html +++ b/index.html @@ -147,7 +147,7 @@ localStorage.setItem('entryLink', window.location.href);//存储起始页链接 setTimeout(() => { if (this.pageType === 4 || this.pageType === 8) { - window.location.href = './coupon/couponCollection.html'; + window.location.href = '/coupon/couponCollection.html'; } else { window.location.href = '/homepage.html'; }