From 99be2299ee1bbe5ff6366d67b70c6698e57aa0af Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 28 Feb 2024 10:11:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8C=85=E7=A0=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/bm-index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packkey/bm-index.html b/packkey/bm-index.html index 16f9c53..92b1b53 100644 --- a/packkey/bm-index.html +++ b/packkey/bm-index.html @@ -154,7 +154,8 @@ } setTimeout(() => { - window.location.href = './homepage.html'; + // window.location.href = ''; + locationReplace("./homepage.html") }, 300) } @@ -194,7 +195,8 @@ settlementFun(bm_obj_data.token, bm_obj_data.settlement_data.settlement_type); } setTimeout(() => { - window.location.href = './homepage.html'; + // window.location.href = ''; + locationReplace("./homepage.html") }, 300) }