From f2ed4ff1967f5cfa3b476a4e442c5b0d305b1ec3 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 30 Jun 2023 19:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=B7=A5=E5=8D=95=E5=88=86?= =?UTF-8?q?=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/analysis/routes.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/web/client/src/sections/analysis/routes.js b/web/client/src/sections/analysis/routes.js index 02475e9..1b07435 100644 --- a/web/client/src/sections/analysis/routes.js +++ b/web/client/src/sections/analysis/routes.js @@ -29,17 +29,17 @@ export default [{ breadcrumb: '运维数据', }] }, - { - path: '/workorderAnalysis', - key: 'workorderAnalysis', - breadcrumb: '工单分析', - childRoutes: [{ - path: '/workorderData', - key: 'workorderData', - component: WorkorderData, - breadcrumb: '工单数据', - }] - } + // { + // path: '/workorderAnalysis', + // key: 'workorderAnalysis', + // breadcrumb: '工单分析', + // childRoutes: [{ + // path: '/workorderData', + // key: 'workorderData', + // component: WorkorderData, + // breadcrumb: '工单数据', + // }] + // } ] } }]; \ No newline at end of file