|
@@ -344,14 +344,6 @@ export const dynamicRoutes = [{
|
|
|
title: `定制详情`,
|
|
|
activeMenu: '/channel/custom'
|
|
|
}
|
|
|
- },{
|
|
|
- path: 'custom/edit',
|
|
|
- component: () => import('@/views/channel/custom/edit'),
|
|
|
- name: 'channelCustomEdit',
|
|
|
- meta: {
|
|
|
- title: `频道详情`,
|
|
|
- activeMenu: '/channel/custom'
|
|
|
- }
|
|
|
}]
|
|
|
},
|
|
|
// 项目管理
|