@@ -166,13 +166,15 @@ export const dynamicRoutes = [{
}
}]
},
+ // 内容管理
+ // banner管理
{
path: '/content',
component: Layout,
hidden: true,
permissions: ['content:banner:list'],
children: [{
- path: 'banner/:id(\\d+)',
+ path: 'banner/detail',
component: () => import('@/views/content/banner/detail'),
name: 'detail',
meta: {