|
@@ -239,6 +239,19 @@ export const constantRoutes = [
|
|
|
isIndependentPage: true // 标记为“独立页”
|
|
isIndependentPage: true // 标记为“独立页”
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/live/liveConfig',
|
|
|
|
|
+ component: Layout,
|
|
|
|
|
+ hidden: true,
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: ':liveId(\\d+)',
|
|
|
|
|
+ component: () => import('@/views/live/liveConfig/index'),
|
|
|
|
|
+ name: 'LiveConfig',
|
|
|
|
|
+ meta: { title: '直播配置', activeMenu: '/live/live' }
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
path: '/his/aiWorkflow',
|
|
path: '/his/aiWorkflow',
|
|
|
component: () => import('@/layout/index'),
|
|
component: () => import('@/layout/index'),
|