|
@@ -519,6 +519,27 @@ export const dynamicRoutes = [
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ // 唤醒音
|
|
|
|
+ {
|
|
|
|
+ name: 'operationWaken',
|
|
|
|
+ path: '/operation',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ permissions: ['operation:waken:list'],
|
|
|
|
+ children: [{
|
|
|
|
+ name: 'operationWakenDetail',
|
|
|
|
+ path: 'waken/detail',
|
|
|
|
+ component: () => import('@/views/operation/waken/detail'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '唤醒音详情',
|
|
|
|
+ activeMenu: '/operation/waken'
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -702,23 +723,7 @@ export const dynamicRoutes = [
|
|
// },
|
|
// },
|
|
|
|
|
|
|
|
|
|
- // 唤醒音
|
|
|
|
- {
|
|
|
|
- path: '/operation',
|
|
|
|
- component: Layout,
|
|
|
|
- hidden: true,
|
|
|
|
- permissions: ['operation:waken:list'],
|
|
|
|
- name: 'waken',
|
|
|
|
- children: [{
|
|
|
|
- path: 'waken/detail',
|
|
|
|
- component: () => import('@/views/operation/waken/detail'),
|
|
|
|
- name: 'wakenDetail',
|
|
|
|
- meta: {
|
|
|
|
- title: '唤醒音详情',
|
|
|
|
- activeMenu: '/operation/waken'
|
|
|
|
- }
|
|
|
|
- }]
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
// 场景专区
|
|
// 场景专区
|
|
{
|
|
{
|
|
path: '/operation',
|
|
path: '/operation',
|