From f84a736d13a0a7ae3237a915e8b5a4a9dc7aba45 Mon Sep 17 00:00:00 2001 From: zhangds Date: Sun, 25 Feb 2024 17:15:18 +0800 Subject: [PATCH] 2 --- index.html | 1 + 1 file changed, 1 insertion(+) 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';