|
@@ -425,6 +425,27 @@ export const dynamicRoutes = [
|
|
|
}]
|
|
|
},
|
|
|
|
|
|
+ //****************** 运营管理 *******************//
|
|
|
+
|
|
|
+ // 启动页
|
|
|
+ {
|
|
|
+ name: 'operationStartPage',
|
|
|
+ path: '/operation',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ permissions: ['operation:startPage:list'],
|
|
|
+ children: [{
|
|
|
+ name: 'operationStartPageDetail',
|
|
|
+ path: 'startPage/detail',
|
|
|
+ component: () => import('@/views/operation/startPage/detail'),
|
|
|
+
|
|
|
+ meta: {
|
|
|
+ title: '启动页详情',
|
|
|
+ activeMenu: '/operation/startPage'
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -536,23 +557,7 @@ export const dynamicRoutes = [
|
|
|
}
|
|
|
}]
|
|
|
},
|
|
|
- // 运营管理
|
|
|
- // 启动页
|
|
|
- {
|
|
|
- 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'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
+
|
|
|
|
|
|
// 说明书管理详情
|
|
|
{
|