comment indices router
This commit is contained in:
parent
e0b539f223
commit
6595fe1b19
|
@ -72,29 +72,29 @@ export default [
|
||||||
},{
|
},{
|
||||||
path: '/data/indices',
|
path: '/data/indices',
|
||||||
name: 'index',
|
name: 'index',
|
||||||
component: './DataManagement/Indices',
|
// component: './DataManagement/Indices',
|
||||||
routes: [
|
// routes: [
|
||||||
{
|
// {
|
||||||
path: '/data/indices',
|
// path: '/data/indices',
|
||||||
redirect: '/data/indices/summary',
|
// redirect: '/data/indices/summary',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: '/data/indices/summary',
|
// path: '/data/indices/summary',
|
||||||
component: './DataManagement/IndexSummary',
|
// component: './DataManagement/IndexSummary',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: '/data/indices/doc',
|
// path: '/data/indices/doc',
|
||||||
component: './DataManagement/Document',
|
// component: './DataManagement/Document',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: '/data/indices/template',
|
// path: '/data/indices/template',
|
||||||
component: './DataManagement/IndexTemplate',
|
// component: './DataManagement/IndexTemplate',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: '/data/indices/ilm',
|
// path: '/data/indices/ilm',
|
||||||
component: './DataManagement/IndexLifeCycle',
|
// component: './DataManagement/IndexLifeCycle',
|
||||||
},
|
// },
|
||||||
]
|
// ]
|
||||||
}, {
|
}, {
|
||||||
path: '/list/table-list',
|
path: '/list/table-list',
|
||||||
name: 'snapshot',
|
name: 'snapshot',
|
||||||
|
|
Loading…
Reference in New Issue