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