|
@@ -464,6 +464,24 @@ export const dynamicRoutes = [
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ // 定制频道
|
|
|
|
+ {
|
|
|
|
+ name: 'operationChannel',
|
|
|
|
+ path: '/operation',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ permissions: ['operation:channel:list'],
|
|
|
|
+ children: [{
|
|
|
|
+ name: 'operationChannelDetail',
|
|
|
|
+ path: 'channel/detail',
|
|
|
|
+ component: () => import('@/views/operation/channel/detail'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: `频道详情`,
|
|
|
|
+ activeMenu: '/operation/channel'
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -647,24 +665,6 @@ export const dynamicRoutes = [
|
|
// ]
|
|
// ]
|
|
// },
|
|
// },
|
|
|
|
|
|
-
|
|
|
|
- // 定制频道
|
|
|
|
- {
|
|
|
|
- path: '/operation',
|
|
|
|
- component: Layout,
|
|
|
|
- hidden: true,
|
|
|
|
- permissions: ['operation:channel:list'],
|
|
|
|
- name: 'channel',
|
|
|
|
- children: [{
|
|
|
|
- path: 'channel/detail',
|
|
|
|
- component: () => import('@/views/operation/channel/detail'),
|
|
|
|
- name: 'channelDetail',
|
|
|
|
- meta: {
|
|
|
|
- title: `频道详情`,
|
|
|
|
- activeMenu: '/operation/channel'
|
|
|
|
- }
|
|
|
|
- }]
|
|
|
|
- },
|
|
|
|
// 多频多台
|
|
// 多频多台
|
|
{
|
|
{
|
|
path: '/operation',
|
|
path: '/operation',
|