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) }