fix: 修改bm跳转

This commit is contained in:
zhangds 2024-02-28 10:30:07 +08:00
parent d46fb5460b
commit 42e9bfa10b
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
// 如果不账号领取 直接过 // 如果不账号领取 直接过
if (res.data[0].type !== 1 && res.data[0].entity.receive_mode === 1) { if (res.data[0].type !== 1 && res.data[0].entity.receive_mode === 1) {
setTimeout(() => { setTimeout(() => {
locationReplace("./homepage.html"); window.location.replace("./homepage.html");
}, 300) }, 300)
} else { } else {
state.entity = res.data[0].entity; state.entity = res.data[0].entity;