comment indices router

This commit is contained in:
silenceqi 2020-11-12 22:52:11 +08:00
parent e0b539f223
commit 6595fe1b19
1 changed files with 23 additions and 23 deletions

View File

@ -72,29 +72,29 @@ export default [
},{
path: '/data/indices',
name: 'index',
component: './DataManagement/Indices',
routes: [
{
path: '/data/indices',
redirect: '/data/indices/summary',
},
{
path: '/data/indices/summary',
component: './DataManagement/IndexSummary',
},
{
path: '/data/indices/doc',
component: './DataManagement/Document',
},
{
path: '/data/indices/template',
component: './DataManagement/IndexTemplate',
},
{
path: '/data/indices/ilm',
component: './DataManagement/IndexLifeCycle',
},
]
// component: './DataManagement/Indices',
// routes: [
// {
// path: '/data/indices',
// redirect: '/data/indices/summary',
// },
// {
// path: '/data/indices/summary',
// component: './DataManagement/IndexSummary',
// },
// {
// path: '/data/indices/doc',
// component: './DataManagement/Document',
// },
// {
// path: '/data/indices/template',
// component: './DataManagement/IndexTemplate',
// },
// {
// path: '/data/indices/ilm',
// component: './DataManagement/IndexLifeCycle',
// },
// ]
}, {
path: '/list/table-list',
name: 'snapshot',