From fa27f30734246c8c5c21a951265f3844e19371ca Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 28 Mar 2025 12:29:43 +0800 Subject: [PATCH] . --- apps/blogai/components/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/blogai/components/header.tsx b/apps/blogai/components/header.tsx index e6ad257..20a106e 100644 --- a/apps/blogai/components/header.tsx +++ b/apps/blogai/components/header.tsx @@ -131,7 +131,7 @@ export function DetailPageHeader({ data }: { data: any }) { if (!userData || !userData.user_name) { setStatusText("未登录,正在跳转登录页面..."); - window.location.href = "/login"; + window.location.href = "/auth/sign-in/"; return; }