From 2f81db2fe620ceb15ccc14ceeb2ca604987e9d76 Mon Sep 17 00:00:00 2001 From: zhangds Date: Sun, 25 Feb 2024 17:11:22 +0800 Subject: [PATCH] 1 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6185ca7..b295e63 100644 --- a/index.html +++ b/index.html @@ -230,7 +230,7 @@ } // 存储数据 sessionStorage.setItem("bm_auth", JSON.stringify(data)); - + return setTimeout(() => { // 跳转包码页面 window.location.href = '/packkey/bm-index.html';