From 3aadf6dee1326d6134c1986e2ffbc17b7d86784a Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 4 Dec 2025 15:29:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20redirectory=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20home=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/user-app/user-home.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/user-app/user-home.ts b/src/modules/user-app/user-home.ts index e905f4b..78a00fb 100644 --- a/src/modules/user-app/user-home.ts +++ b/src/modules/user-app/user-home.ts @@ -14,7 +14,7 @@ export const rediretHome = async (req: http.IncomingMessage, res: http.ServerRes res.end(); return; } - let redirectURL = '/root/center/'; + let redirectURL = '/root/home/'; try { const token = user.token; const resConfig = await getUserConfig(token);