mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 10:27:30 +08:00
✨ feat: 添加新的歌手详情页面
This commit is contained in:
@@ -31,6 +31,17 @@ const otherRouter = [
|
||||
back: true
|
||||
},
|
||||
component: () => import('@/views/user/detail.vue')
|
||||
},
|
||||
{
|
||||
path: '/artist/detail/:id',
|
||||
name: 'artistDetail',
|
||||
meta: {
|
||||
title: '歌手详情',
|
||||
keepAlive: true,
|
||||
showInMenu: false,
|
||||
back: true
|
||||
},
|
||||
component: () => import('@/views/artist/detail.vue')
|
||||
}
|
||||
];
|
||||
export default otherRouter;
|
||||
|
||||
Reference in New Issue
Block a user