|
|
|
@@ -120,14 +120,36 @@ export default [ |
|
|
|
path: '/dataset', |
|
|
|
routes: [ |
|
|
|
{ |
|
|
|
name: '数据集管理', |
|
|
|
path: '/dataset/datasetIndex', |
|
|
|
component: './Dataset/index', |
|
|
|
name: '数据集', |
|
|
|
path: 'dataset', |
|
|
|
routes: [ |
|
|
|
{ |
|
|
|
name: '数据集列表', |
|
|
|
path: '', |
|
|
|
component: './Dataset/index', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '数据集简介', |
|
|
|
path: ':id', |
|
|
|
component: './Dataset/datasetIntro', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '数据集简介', |
|
|
|
path: '/dataset/datasetIntro/:id', |
|
|
|
component: './Dataset/datasetIntro', |
|
|
|
name: '模型', |
|
|
|
path: 'model', |
|
|
|
routes: [ |
|
|
|
{ |
|
|
|
name: '模型列表', |
|
|
|
path: '', |
|
|
|
component: './Model/index', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '模型简介', |
|
|
|
path: ':id', |
|
|
|
component: './Model/modelIntro', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '镜像', |
|
|
|
@@ -150,16 +172,6 @@ export default [ |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '模型管理', |
|
|
|
path: '/dataset/modelIndex', |
|
|
|
component: './Model/index', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '模型简介', |
|
|
|
path: '/dataset/modelIntro/:id', |
|
|
|
component: './Model/modelIntro', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
|
|
|
|
|