|
@@ -537,6 +537,33 @@ export const dynamicRoutes = [
|
|
|
}]
|
|
|
},
|
|
|
|
|
|
+ // 场景专区
|
|
|
+ {
|
|
|
+ name: 'operationScene',
|
|
|
+ path: '/operation',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ permissions: ['operation:scene:list'],
|
|
|
+
|
|
|
+ children: [{
|
|
|
+ name: 'operationSceneDetail',
|
|
|
+ path: 'scene/detail',
|
|
|
+ component: () => import('@/views/operation/scene/detail'),
|
|
|
+ meta: {
|
|
|
+ title: '场景专区详情',
|
|
|
+ activeMenu: '/operation/scene'
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -724,23 +751,7 @@ export const dynamicRoutes = [
|
|
|
|
|
|
|
|
|
|
|
|
- // 场景专区
|
|
|
- {
|
|
|
- path: '/operation',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- permissions: ['operation:scene:list'],
|
|
|
- name: 'scene',
|
|
|
- children: [{
|
|
|
- path: 'scene/detail',
|
|
|
- component: () => import('@/views/operation/scene/detail'),
|
|
|
- name: 'sceneDetail',
|
|
|
- meta: {
|
|
|
- title: '场景专区详情',
|
|
|
- activeMenu: '/operation/scene'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
+
|
|
|
// 协议管理
|
|
|
{
|
|
|
path: '/operation',
|