This commit is contained in:
zhangds 2024-02-25 17:15:18 +08:00
parent 453026565d
commit f84a736d13
1 changed files with 1 additions and 0 deletions

View File

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