mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-25 08:47:22 +08:00
🐞 fix: 修复我的搜藏 查看更多跳转空白页的问题
This commit is contained in:
@@ -298,7 +298,7 @@ const getItemAnimationDelay = (index: number) => {
|
|||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const handleMore = () => {
|
const handleMore = () => {
|
||||||
router.push('/favorite');
|
router.push('/history');
|
||||||
};
|
};
|
||||||
|
|
||||||
// 全选相关
|
// 全选相关
|
||||||
|
|||||||
Reference in New Issue
Block a user