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
@@ -25,7 +25,7 @@ export default function Certification({ platform, children }: CertificationProps
router.refresh();
})
.catch((error) => {
router.replace('/auth');
router.replace('/');
});
}, [pathname]);