| | |
| | | component: () => import('@/views/risk_assessment/DataRiskModel.vue') |
| | | }, |
| | | |
| | | // 数据风险排名 |
| | | // 数据指标排名 |
| | | { |
| | | path: '/analysis', |
| | | name: 'analysis', |
| | |
| | | meta: { title: '风险模型嵌入' }, |
| | | component: () => import('@/views/risk_assessment/components/SubRiskModel.vue') |
| | | }, |
| | | |
| | | |
| | | |
| | | // 审核辅助嵌入过渡页面 |
| | | { |
| | | path: '/AuditDetail/:beginTime/:endTime/:exceptionType', |
| | |
| | | |
| | | // 异常详情嵌入过渡页面 |
| | | { |
| | | 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') |