From e14bd71234d66384e62fb8a8c9f6f82d876a27c5 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Mon, 31 Aug 2026 15:38:12 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-08-31#story#9355,=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=95=86KPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/kpi-router.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/router/kpi-router.js b/src/router/kpi-router.js index a4541ab0..2308a85d 100644 --- a/src/router/kpi-router.js +++ b/src/router/kpi-router.js @@ -1,12 +1,12 @@ const kpiRouter = [ - { + /* { path: '/kpiIndex', name: 'kpiIndex', component: () => import('@/views/kpi/kpiIndex'), meta:{ title: 'kpi首页', } - }, + },*/ { path: '/kpiCaseNew', name: 'kpiCaseNew', @@ -15,13 +15,13 @@ const kpiRouter = [ title: 'kpi服务商案件&车辆情况', } }, - /*{ + { path: '/kpiIndex', name: 'kpiAssess', component: () => import('@/views/kpi/kpiAssess'), meta:{ - title: '考核指标明细', + title: 'kpi首页', } - },*/ + }, ] export default kpiRouter