mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-20 06:34:55 +00:00
[improvement][headless-fe] code stash
This commit is contained in:
@@ -91,6 +91,11 @@ const ROUTES = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/model/dataset/:domainId/:datasetId',
|
||||
component: './SemanticModel/View/components/Detail',
|
||||
envEnableList: [ENV_KEY.SEMANTIC],
|
||||
},
|
||||
{
|
||||
path: '/model/metric/:domainId/:modelId/:metricId',
|
||||
component: './SemanticModel/Metric/Edit',
|
||||
@@ -102,101 +107,8 @@ const ROUTES = [
|
||||
// },
|
||||
// ],
|
||||
},
|
||||
// {
|
||||
// path: '/model/manager/',
|
||||
// component: './SemanticModel/OverviewContainer',
|
||||
// routes: [
|
||||
// {
|
||||
// path: '/model/manager/:domainId/:modelId',
|
||||
// component: './SemanticModel/ModelManager',
|
||||
// routes: [
|
||||
// {
|
||||
// path: '/model/manager/:domainId/:modelId/:menuKey',
|
||||
// component: './SemanticModel/ModelManager',
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// path: '/model/:domainId',
|
||||
// component: './SemanticModel/DomainManager',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// routes: [
|
||||
// {
|
||||
// path: '/model/:domainId/:menuKey',
|
||||
// component: './SemanticModel/DomainManager',
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// path: '/model/manager/:domainId/:modelId',
|
||||
// component: './SemanticModel/ModelManager',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// routes: [
|
||||
// {
|
||||
// path: '/model/manager/:domainId/:modelId/:menuKey',
|
||||
// component: './SemanticModel/ModelManager',
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
|
||||
// {
|
||||
// path: '/model/:domainId/:modelId/:menuKey',
|
||||
// component: './SemanticModel/DomainManager',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// },
|
||||
// {
|
||||
// path: '/model/:domainId/:modelId/metric',
|
||||
// component: './SemanticModel/components/ModelMetric',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// routes: [
|
||||
// {
|
||||
// path: '/model/:domainId/:modelId/metric/list',
|
||||
// component: './SemanticModel/components/ClassMetricTable',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: '/model/',
|
||||
// component: './SemanticModel/DomainManager',
|
||||
// name: 'semanticModel',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// routes: [
|
||||
// {
|
||||
// path: '/model/:domainId/:modelId',
|
||||
// component: './SemanticModel/DomainManager',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// },
|
||||
// {
|
||||
// path: '/model/:domainId/:modelId/:menuKey',
|
||||
// component: './SemanticModel/DomainManager',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// },
|
||||
// {
|
||||
// path: '/model/:domainId/:modelId/metric',
|
||||
// component: './SemanticModel/components/ModelMetric',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// routes: [
|
||||
// {
|
||||
// path: '/model/:domainId/:modelId/metric/list',
|
||||
// component: './SemanticModel/components/ClassMetricTable',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
|
||||
// {
|
||||
// path: '/model/:domainId/:modelId/:menuKey',
|
||||
// component: './SemanticModel/DomainManager',
|
||||
// name: 'semanticModel',
|
||||
// envEnableList: [ENV_KEY.SEMANTIC],
|
||||
// },
|
||||
|
||||
{
|
||||
path: '/metric',
|
||||
|
||||
Reference in New Issue
Block a user