🐞 fix: 修复我的搜藏 查看更多跳转空白页的问题

This commit is contained in:
alger
2025-01-19 18:46:36 +08:00
parent 83a7df9fe8
commit 4172ff9fc6

View File

@@ -298,7 +298,7 @@ const getItemAnimationDelay = (index: number) => {
const router = useRouter();
const handleMore = () => {
router.push('/favorite');
router.push('/history');
};
// 全选相关