fix: redirectory 修改为 home页面

This commit is contained in:
2025-12-04 15:29:58 +08:00
parent 9e458f4a77
commit 3aadf6dee1

View File

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