From 6595fe1b19bb9897c5cf4057173a87815506ab6b Mon Sep 17 00:00:00 2001 From: silenceqi Date: Thu, 12 Nov 2020 22:52:11 +0800 Subject: [PATCH] comment indices router --- web/config/router.config.js | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/web/config/router.config.js b/web/config/router.config.js index 6c503806..ffd299d1 100644 --- a/web/config/router.config.js +++ b/web/config/router.config.js @@ -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',