From 42e9bfa10bc67c4b37e7d7c74f5ce2aca7635516 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 28 Feb 2024 10:30:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bm=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/bm-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packkey/bm-index.html b/packkey/bm-index.html index 92b1b53..dc5d88f 100644 --- a/packkey/bm-index.html +++ b/packkey/bm-index.html @@ -172,7 +172,7 @@ // 如果不账号领取 直接过 if (res.data[0].type !== 1 && res.data[0].entity.receive_mode === 1) { setTimeout(() => { - locationReplace("./homepage.html"); + window.location.replace("./homepage.html"); }, 300) } else { state.entity = res.data[0].entity;