From e7ce285475a1355eeaeaba1855e3cd615eafa13b Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期五, 24 十一月 2023 11:49:19 +0800 Subject: [PATCH] 1.修改了统计异常类型聚集度的具体异常个数的逻辑 --- src/router/index.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 2ffa963..d47d617 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -17,7 +17,7 @@ component: () => import('@/views/risk_assessment/DataRiskModel.vue') }, - // 鏁版嵁椋庨櫓鎺掑悕 + // 鏁版嵁鎸囨爣鎺掑悕 { path: '/analysis', name: 'analysis', @@ -86,7 +86,8 @@ meta: { title: '椋庨櫓妯″瀷宓屽叆' }, component: () => import('@/views/risk_assessment/components/SubRiskModel.vue') }, - + + // 瀹℃牳杈呭姪宓屽叆杩囨浮椤甸潰 { path: '/AuditDetail/:beginTime/:endTime/:exceptionType', @@ -105,7 +106,7 @@ // 寮傚父璇︽儏宓屽叆杩囨浮椤甸潰 { - path: '/exceptionDetail/:siteName/:month/', + path: '/exceptionDetail/:siteName/:time/:timeType/:jumpPage', name: 'exceptionDetail', meta: { title: '寮傚父鍏蜂綋淇℃伅', transition: 'slide-left' }, component: () => import('@/views/risk_assessment/components/SiteDetail.vue') -- Gitblit v1.9.3