|
@@ -351,6 +351,27 @@ export const dynamicRoutes = [
|
|
|
}]
|
|
|
},
|
|
|
|
|
|
+ // 猫王精选电台
|
|
|
+ {
|
|
|
+ name: 'musicChoiceness',
|
|
|
+ path: '/music',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ permissions: ['music:choiceness:list'],
|
|
|
+ children: [{
|
|
|
+ name: 'musicChoicenessDetail',
|
|
|
+ path: 'choiceness/detail',
|
|
|
+ component: () => import('@/views/music/choiceness/detail'),
|
|
|
+ meta: {
|
|
|
+ title: '猫王精选详情',
|
|
|
+ activeMenu: '/music/choiceness'
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -459,23 +480,7 @@ export const dynamicRoutes = [
|
|
|
},
|
|
|
|
|
|
|
|
|
- // 猫王精选电台
|
|
|
- {
|
|
|
- path: '/music',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- permissions: ['music:choiceness:list'],
|
|
|
- name: 'choiceness',
|
|
|
- children: [{
|
|
|
- path: 'choiceness/detail',
|
|
|
- component: () => import('@/views/music/choiceness/detail'),
|
|
|
- name: 'choicenessDetail',
|
|
|
- meta: {
|
|
|
- title: '猫王精选详情',
|
|
|
- activeMenu: '/music/choiceness'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
+
|
|
|
// 项目管理
|
|
|
// 项目列表
|
|
|
{
|