| | |
| | | component: () => import('@/views/data_management/DataAccessManagement.vue') |
| | | }, |
| | | |
| | | // 业务报表 |
| | | // 参数配置 |
| | | { |
| | | path: '/report', |
| | | name: 'report', |
| | | meta: { title: '业务报表' }, |
| | | component: () => import('@/views/data_management/BusinessReport.vue') |
| | | path: '/config', |
| | | name: 'config', |
| | | meta: { title: '参数配置' }, |
| | | component: () => import('@/views/data_management/ParameterConfiguration.vue') |
| | | }, |
| | | |
| | | // 数据接入配置 |
| | |
| | | meta: { title: '数据接入配置' }, |
| | | component: () => import('@/views/setting/SetConfiguration.vue') |
| | | }, |
| | | |
| | | |
| | | // 风险模型嵌入过渡页面 |
| | | // { |
| | | // path: '/detail/:siteName/:month/:type', |
| | | // name: 'RiskModelDetail', |
| | | // meta: { title: '站点具体信息', transition: 'slide-left' }, |
| | | // component: () => import('@/views/risk_assessment/components/SiteDetail.vue') |
| | | // }, |
| | | |
| | | // 风险模型嵌入 |
| | | { |