mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 14:36:47 +00:00
[improvement][headless-fe] route rebuild stash
This commit is contained in:
@@ -57,24 +57,81 @@ const ROUTES = [
|
||||
},
|
||||
{
|
||||
path: '/model/',
|
||||
component: './SemanticModel/DomainManager',
|
||||
component: './SemanticModel/',
|
||||
name: 'semanticModel',
|
||||
envEnableList: [ENV_KEY.SEMANTIC],
|
||||
routes: [
|
||||
{
|
||||
path: '/model/:domainId/:modelId',
|
||||
path: '/model/:domainId',
|
||||
component: './SemanticModel/DomainManager',
|
||||
// name: 'semanticModel',
|
||||
envEnableList: [ENV_KEY.SEMANTIC],
|
||||
routes: [
|
||||
{
|
||||
path: '/model/:domainId/:menuKey',
|
||||
component: './SemanticModel/DomainManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/model/:domainId/:modelId/:menuKey',
|
||||
component: './SemanticModel/DomainManager',
|
||||
// name: 'semanticModel',
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user