|
@@ -421,6 +421,21 @@ export const dynamicRoutes = [{
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
|
|
+{
|
|
|
|
+ path: '/operation',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ permissions: ['operation:recommend:list'],
|
|
|
|
+ children: [{
|
|
|
|
+ path: 'recommend/detail',
|
|
|
|
+ component: () => import('@/views/operation/recommend/detail'),
|
|
|
|
+ name: 'recommendDetail',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '推荐详情',
|
|
|
|
+ activeMenu: '/operation/recommend'
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+},
|
|
// 定制频道
|
|
// 定制频道
|
|
{
|
|
{
|
|
path: '/operation',
|
|
path: '/operation',
|