|
|
@@ -291,60 +291,61 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '模型部署', |
|
|
|
|
|
path: '/modelDeployment', |
|
|
|
|
|
routes: [ |
|
|
|
|
|
{ |
|
|
{ |
|
|
name: '模型部署', |
|
|
name: '模型部署', |
|
|
path: '', |
|
|
|
|
|
component: './ModelDeployment/List', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '创建推理服务', |
|
|
|
|
|
path: 'createService', |
|
|
|
|
|
component: './ModelDeployment/CreateService', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '编辑推理服务', |
|
|
|
|
|
path: 'editService/:serviceId', |
|
|
|
|
|
component: './ModelDeployment/CreateService', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '服务详情', |
|
|
|
|
|
path: 'serviceInfo/:serviceId', |
|
|
|
|
|
|
|
|
path: 'modelDeployment', |
|
|
routes: [ |
|
|
routes: [ |
|
|
{ |
|
|
{ |
|
|
name: '服务详情', |
|
|
|
|
|
|
|
|
name: '模型部署', |
|
|
path: '', |
|
|
path: '', |
|
|
component: './ModelDeployment/ServiceInfo', |
|
|
|
|
|
|
|
|
component: './ModelDeployment/List', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: '新增服务版本', |
|
|
|
|
|
path: 'createVersion', |
|
|
|
|
|
component: './ModelDeployment/CreateVersion', |
|
|
|
|
|
|
|
|
name: '创建推理服务', |
|
|
|
|
|
path: 'createService', |
|
|
|
|
|
component: './ModelDeployment/CreateService', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: '更新服务版本', |
|
|
|
|
|
path: 'updateVersion', |
|
|
|
|
|
component: './ModelDeployment/CreateVersion', |
|
|
|
|
|
|
|
|
name: '编辑推理服务', |
|
|
|
|
|
path: 'editService/:serviceId', |
|
|
|
|
|
component: './ModelDeployment/CreateService', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: '重启服务版本', |
|
|
|
|
|
path: 'restartVersion', |
|
|
|
|
|
component: './ModelDeployment/CreateVersion', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '服务版本详情', |
|
|
|
|
|
path: 'versionInfo/:id', |
|
|
|
|
|
component: './ModelDeployment/VersionInfo', |
|
|
|
|
|
|
|
|
name: '服务详情', |
|
|
|
|
|
path: 'serviceInfo/:serviceId', |
|
|
|
|
|
routes: [ |
|
|
|
|
|
{ |
|
|
|
|
|
name: '服务详情', |
|
|
|
|
|
path: '', |
|
|
|
|
|
component: './ModelDeployment/ServiceInfo', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '新增服务版本', |
|
|
|
|
|
path: 'createVersion', |
|
|
|
|
|
component: './ModelDeployment/CreateVersion', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '更新服务版本', |
|
|
|
|
|
path: 'updateVersion', |
|
|
|
|
|
component: './ModelDeployment/CreateVersion', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '重启服务版本', |
|
|
|
|
|
path: 'restartVersion', |
|
|
|
|
|
component: './ModelDeployment/CreateVersion', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '服务版本详情', |
|
|
|
|
|
path: 'versionInfo/:id', |
|
|
|
|
|
component: './ModelDeployment/VersionInfo', |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
name: '应用开发', |
|
|
name: '应用开发', |
|
|
path: '/appsDeployment', |
|
|
path: '/appsDeployment', |
|
|
|