@@ -439,6 +439,23 @@ 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'
+ }
+ }]
+ },
// 商品管理
// 商品推荐
{