图像模型
This commit is contained in:
@@ -288,6 +288,52 @@ export const constantRoutes = [
|
||||
name: 'Translation',
|
||||
component: () => import('@/views/text-model/translation'),
|
||||
meta: { title: '翻译模型', icon: 'el-icon-translation' }
|
||||
},
|
||||
{
|
||||
path: 'legal-model',
|
||||
name: 'LegalModel',
|
||||
component: () => import('@/views/text-model/legal-model'),
|
||||
meta: { title: '法律模型', icon: 'el-icon-scale' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/image-model',
|
||||
component: Layout,
|
||||
redirect: '/image-model/background-model',
|
||||
name: 'ImageModelRoot',
|
||||
meta: { title: '图像模型', icon: 'el-icon-picture' },
|
||||
children: [
|
||||
{
|
||||
path: 'image-list',
|
||||
name: 'ImageList',
|
||||
component: () => import('@/views/image-model/image-list'),
|
||||
meta: { title: '图像管理列表', icon: 'el-icon-picture' }
|
||||
},
|
||||
{
|
||||
path: 'poster-generation',
|
||||
name: 'PosterGeneration',
|
||||
component: () => import('@/views/image-model/poster-generation'),
|
||||
meta: { title: '海报生成', icon: 'el-icon-picture-outline-round' }
|
||||
},
|
||||
{
|
||||
path: 'remove-watermark',
|
||||
name: 'RemoveWatermark',
|
||||
component: () => import('@/views/image-model/remove-watermark'),
|
||||
meta: { title: '去除水印', icon: 'el-icon-brush' }
|
||||
},
|
||||
{
|
||||
path: 'background-model',
|
||||
name: 'BackgroundModel',
|
||||
component: () => import('@/views/image-model/background-model'),
|
||||
meta: { title: '图像背景模型', icon: 'el-icon-picture-outline' }
|
||||
},
|
||||
{
|
||||
path: 'virtual-model',
|
||||
name: 'VirtualModel',
|
||||
component: () => import('@/views/image-model/virtual-model'),
|
||||
meta: { title: '虚拟模特儿模型', icon: 'el-icon-user' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user