This commit is contained in:
hailin 2025-03-28 12:29:43 +08:00
parent b44e609d22
commit fa27f30734
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}