From e713c98aba1fcc69645971f88ec5f1bd8ecf2070 Mon Sep 17 00:00:00 2001 From: zhaoruhui Date: Mon, 13 Apr 2026 11:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hkLogiManagement.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hkLogiManagement.html b/hkLogiManagement.html index 692c1f7..b4aeb55 100644 --- a/hkLogiManagement.html +++ b/hkLogiManagement.html @@ -237,7 +237,7 @@ // 延迟跳转,让用户看到成功消息 setTimeout(function () { - window.location.href = 'hkhcdbqbManagement.html'; + window.location.href = './hkhcdbqbManagement.html'; }, 1000); } else { // 登录失败,明确提示是账号还是密码错误 @@ -337,7 +337,7 @@ const hoursDiff = (currentTime - loginTime) / (1000 * 60 * 60); if (hoursDiff < 24) { - window.location.href = 'hcdbqb-management.html'; + window.location.href = 'hkLogiManagement.html'; } else { // 超过24小时,清除登录状态 localStorage.removeItem('isLoggedIn');