From ac6d8b3fc8af65c5508ecf18136b30bf6c5fbbb8 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 15 Jun 2022 14:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3C=E7=AB=AF=E7=AB=8B=E5=87=8F?= =?UTF-8?q?=E9=87=91=E8=AF=A6=E6=83=85=E6=9A=82=E5=81=9C=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reduce.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reduce.html b/reduce.html index c1a2781..c0051f9 100644 --- a/reduce.html +++ b/reduce.html @@ -175,10 +175,11 @@ window.location.replace("./homepage.html"); }, 3000); } else { - let backUrl = window.history.length; - if (backUrl) { - history.go(-backUrl + 1); - } + window.location.replace("./index.html"); + // let backUrl = window.history.length; + // if (backUrl) { + // history.go(-backUrl + 1); + // } } } }