| | |
| | | { |
| | | //问题动态跟踪 |
| | | name: 'profollow', |
| | | path: '/analysis/profollow', |
| | | component: () => import('@/views/fysp/analysis/ProFollow.vue') |
| | | path: '/fysp/data-product/profollow', |
| | | component: () => import('@/views/fysp/data-product/ProdProFollow.vue') |
| | | }, |
| | | { |
| | | //问题整改分析 |
| | | name: 'proanalysis', |
| | | path: '/analysis/proanalysis', |
| | | component: () => import('@/views/fysp/analysis/ProAnalysis.vue') |
| | | path: '/fysp/data-product/proanalysis', |
| | | component: () => import('@/views/fysp/data-product/ProdProAnalysis.vue') |
| | | }, |
| | | { |
| | | //规范性评估 |
| | | name: 'standardjudge', |
| | | path: '/analysis/standardjudge', |
| | | component: () => import('@/views/fysp/analysis/StandardJudge.vue') |
| | | path: '/fysp/data-product/standardjudge', |
| | | component: () => import('@/views/fysp/data-product/ProdStandardJudge.vue') |
| | | }, |
| | | { |
| | | //日报管理 |
| | | name: 'dailyreport', |
| | | path: '/dailyreport', |
| | | component: () => import('@/views/fysp/dailyreport/DailyReport.vue') |
| | | path: '/fysp/data-product/dailyreport', |
| | | component: () => import('@/views/fysp/data-product/ProdDailyReport.vue') |
| | | }, |
| | | { |
| | | //场景报告-工地 |
| | | name: 'construction', |
| | | path: '/scenereport/construction', |
| | | component: () => import('@/views/fysp/scenereport/ConstructionReport.vue') |
| | | //场景报告 |
| | | name: 'scenereport', |
| | | path: '/fysp/data-product/scenereport', |
| | | component: () => import('@/views/fysp/data-product/ProdSceneReport.vue') |
| | | }, |
| | | { |
| | | //场景报告-码头 |
| | | name: 'wharf', |
| | | path: '/scenereport/wharf', |
| | | component: () => import('@/views/fysp/scenereport/WharfReport.vue') |
| | | //场景报告 |
| | | name: 'lawenforcelist', |
| | | path: '/fysp/data-product/lawenforcelist', |
| | | component: () => import('@/views/fysp/data-product/ProdLawEnforceList.vue') |
| | | }, |
| | | { |
| | | //场景报告-搅拌站 |
| | | name: 'mixing', |
| | | path: '/scenereport/mixing', |
| | | component: () => import('@/views/fysp/scenereport/MixingReport.vue') |
| | | }, |
| | | { |
| | | //场景报告-堆场 |
| | | name: 'storage', |
| | | path: '/scenereport/storage', |
| | | component: () => import('@/views/fysp/scenereport/StorageReport.vue') |
| | | }, |
| | | // { |
| | | // //场景报告-工地 |
| | | // name: 'construction', |
| | | // path: '/scenereport/construction', |
| | | // component: () => import('@/views/fysp/scenereport/ConstructionReport.vue') |
| | | // }, |
| | | // { |
| | | // //场景报告-码头 |
| | | // name: 'wharf', |
| | | // path: '/scenereport/wharf', |
| | | // component: () => import('@/views/fysp/scenereport/WharfReport.vue') |
| | | // }, |
| | | // { |
| | | // //场景报告-搅拌站 |
| | | // name: 'mixing', |
| | | // path: '/scenereport/mixing', |
| | | // component: () => import('@/views/fysp/scenereport/MixingReport.vue') |
| | | // }, |
| | | // { |
| | | // //场景报告-堆场 |
| | | // name: 'storage', |
| | | // path: '/scenereport/storage', |
| | | // component: () => import('@/views/fysp/scenereport/StorageReport.vue') |
| | | // }, |
| | | |
| | | { |
| | | //监管任务 |
| | | name: 'taskmanage', |
| | |
| | | path: '/fysp/support', |
| | | component: () => import('@/views/fysp/support/JingAnSupport.vue'), |
| | | }, |
| | | { |
| | | // 基础产品-场景清单 |
| | | name: 'ProdScenseInfo', |
| | | path: '/fysp/data-product/base/ProdScenseInfo', |
| | | component: () => import('@/views/fysp/data-product/base-data-product/ProdScenseInfo.vue') |
| | | }, |
| | | { |
| | | // 基础产品-监管清单 |
| | | name: 'ProdMonitorTaskInfo', |
| | | path: '/fysp/data-product/base/ProdMonitorTaskInfo', |
| | | component: () => import('@/views/fysp/data-product/base-data-product/ProdMonitorTaskInfo.vue') |
| | | }, |
| | | { |
| | | // 基础产品-防治设备清单 |
| | | name: 'ProdTreatmentDeviceInfo', |
| | | path: '/fysp/data-product/base/ProdTreatmentDeviceInfo', |
| | | component: () => import('@/views/fysp/data-product/base-data-product/ProdTreatmentDeviceInfo.vue') |
| | | }, |
| | | { |
| | | // 基础产品-问题复发清单 |
| | | name: 'PordProblemRecurrence', |
| | | path: '/fysp/data-product/base/PordProblemRecurrence', |
| | | component: () => import('@/views/fysp/data-product/base-data-product/PordProblemRecurrence.vue') |
| | | }, |
| | | |
| | | /**********************************飞羽环境***********************************************/ |
| | | { |
| | |
| | | name: 'userMatch', |
| | | path: '/common/userMatch', |
| | | component: () => import('@/views/common/UserMatch.vue') |
| | | }, |
| | | { |
| | | //文档生成测试 |
| | | name: 'docTest', |
| | | path: '/common/docTest', |
| | | component: () => import('@/views/DocTest.vue') |
| | | } |
| | | ] |
| | | |