This commit is contained in:
zhangds 2024-02-25 17:11:22 +08:00
parent d521ca663a
commit 2f81db2fe6
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
} }
// 存储数据 // 存储数据
sessionStorage.setItem("bm_auth", JSON.stringify(data)); sessionStorage.setItem("bm_auth", JSON.stringify(data));
return
setTimeout(() => { setTimeout(() => {
// 跳转包码页面 // 跳转包码页面
window.location.href = '/packkey/bm-index.html'; window.location.href = '/packkey/bm-index.html';