|
@@ -178,7 +178,7 @@ export const dynamicRoutes = [{
|
|
component: () => import('@/views/content/banner/detail'),
|
|
component: () => import('@/views/content/banner/detail'),
|
|
name: 'detail',
|
|
name: 'detail',
|
|
meta: {
|
|
meta: {
|
|
- title: '详情页',
|
|
|
|
|
|
+ title: 'Banner详情',
|
|
activeMenu: '/content/banner'
|
|
activeMenu: '/content/banner'
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
@@ -404,6 +404,23 @@ export const dynamicRoutes = [{
|
|
activeMenu: '/label/tag'
|
|
activeMenu: '/label/tag'
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
|
|
+ },
|
|
|
|
+ // 运营管理
|
|
|
|
+ // 启动页
|
|
|
|
+ {
|
|
|
|
+ path: '/operation',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ permissions: ['operation:startPage:list'],
|
|
|
|
+ children: [{
|
|
|
|
+ path: 'startPage/detail',
|
|
|
|
+ component: () => import('@/views/operation/startPage/detail'),
|
|
|
|
+ name: 'startPageDetail',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '启动页详情',
|
|
|
|
+ activeMenu: '/operation/startPage'
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
|