fix: 首页出版效果

This commit is contained in:
2025-07-27 00:18:31 -07:00
parent a9108fd392
commit f534c101dd
20 changed files with 444 additions and 258 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export function Logout() {
!pathname.startsWith('/oauth/')
) {
setRedirectUrl(location.pathname);
location.href = `/auth`;
location.href = `/`;
}
}