|
@@ -315,6 +315,25 @@ export const dynamicRoutes = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ // 主播
|
|
|
|
+ {
|
|
|
|
+ name: 'musicAnchor',
|
|
|
|
+ path: '/music',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ permissions: ['music:anchor:list'],
|
|
|
|
+ children: [{
|
|
|
|
+ name: 'musicAnchorDetail',
|
|
|
|
+ path: 'anchor/detail',
|
|
|
|
+ component: () => import('@/views/music/anchor/detail'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '主播详情',
|
|
|
|
+ activeMenu: '/music/anchor'
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -423,23 +442,6 @@ export const dynamicRoutes = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- // 主播
|
|
|
|
- {
|
|
|
|
- path: '/music',
|
|
|
|
- component: Layout,
|
|
|
|
- hidden: true,
|
|
|
|
- permissions: ['music:anchor:list'],
|
|
|
|
- name: 'anchor',
|
|
|
|
- children: [{
|
|
|
|
- path: 'anchor/detail',
|
|
|
|
- component: () => import('@/views/music/anchor/detail'),
|
|
|
|
- name: 'anchorDetail',
|
|
|
|
- meta: {
|
|
|
|
- title: '主播详情',
|
|
|
|
- activeMenu: '/music/anchor'
|
|
|
|
- }
|
|
|
|
- }]
|
|
|
|
- },
|
|
|
|
// 广播电台
|
|
// 广播电台
|
|
{
|
|
{
|
|
path: '/music',
|
|
path: '/music',
|