视频模板代码框架
This commit is contained in:
@@ -235,19 +235,25 @@ export const constantRoutes = [
|
||||
path: 'face-detect',
|
||||
name: 'FaceDetect',
|
||||
component: () => import('@/views/video/face-detect'),
|
||||
meta: { title: '头像检测', icon: 'el-icon-user-solid' }
|
||||
meta: { title: '人像检测列表', icon: 'el-icon-user-solid' }
|
||||
},
|
||||
{
|
||||
path: 'detect-template',
|
||||
name: 'DetectTemplate',
|
||||
component: () => import('@/views/video/detect-template'),
|
||||
meta: { title: '检测模板列表', icon: 'el-icon-document' }
|
||||
},
|
||||
{
|
||||
path: 'video-synthesis',
|
||||
name: 'VideoSynthesis',
|
||||
component: () => import('@/views/video/video-synthesis'),
|
||||
meta: { title: '视频合成', icon: 'el-icon-video-camera-solid' }
|
||||
meta: { title: '特写视频列表', icon: 'el-icon-video-camera-solid' }
|
||||
},
|
||||
{
|
||||
path: 'avatar-synthesis',
|
||||
name: 'AvatarSynthesis',
|
||||
component: () => import('@/views/video/avatar-synthesis'),
|
||||
meta: { title: '头像合成视频', icon: 'el-icon-user-solid' }
|
||||
meta: { title: '特写视频生成', icon: 'el-icon-user-solid' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user