|
|
|
@@ -105,6 +105,33 @@ export default [ |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: 'dataset', |
|
|
|
path: '/dataset', |
|
|
|
routes: [ |
|
|
|
{ |
|
|
|
name: '数据集管理', |
|
|
|
path: '/dataset/datasetIndex', |
|
|
|
component: './Dataset/index', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '数据集简介', |
|
|
|
path: '/dataset/datasetIntro/:id', |
|
|
|
component: './Dataset/datasetIntro', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '模型管理', |
|
|
|
path: '/dataset/modelIndex', |
|
|
|
component: './Model/index', |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '模型简介', |
|
|
|
path: '/dataset/modelIntro/:id', |
|
|
|
component: './Model/modelIntro', |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: 'monitor', |
|
|
|
path: '/monitor', |
|
|
|
|