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