音频合成,视频合成
This commit is contained in:
@@ -220,12 +220,27 @@ export const constantRoutes = [
|
||||
{
|
||||
path: '/video',
|
||||
component: Layout,
|
||||
redirect: '/video/index',
|
||||
name: 'VideoRoot',
|
||||
meta: { title: '视频管理', icon: 'el-icon-video-camera' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'Video',
|
||||
component: () => import('@/views/video/index'),
|
||||
meta: { title: '视频管理', icon: 'el-icon-video-camera' }
|
||||
},
|
||||
{
|
||||
path: 'face-detect',
|
||||
name: 'FaceDetect',
|
||||
component: () => import('@/views/video/face-detect'),
|
||||
meta: { title: '头像检测', icon: 'el-icon-user-solid' }
|
||||
},
|
||||
{
|
||||
path: 'video-synthesis',
|
||||
name: 'VideoSynthesis',
|
||||
component: () => import('@/views/video/video-synthesis'),
|
||||
meta: { title: '视频合成', icon: 'el-icon-video-camera-solid' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user