| | |
| | | component: () => import('@/views/notice/NoticeManage.vue'), |
| | | }, |
| | | |
| | | // 飞羽监管 |
| | | /**********************************飞羽监管***********************************************/ |
| | | { |
| | | //账户管理 |
| | | name: 'fyspUser', |
| | |
| | | meta: { transition: 'slide-left' }, |
| | | }, |
| | | |
| | | // 飞羽环境 |
| | | /**********************************飞羽环境***********************************************/ |
| | | { |
| | | //账户管理 |
| | | name: 'fytzUser', |
| | | path: '/fytz/userInfo', |
| | | component: () => import('@/views/baseinfo/fytz/user/UserInfo.vue'), |
| | | component: () => import('@/views/fytz/user/UserInfo.vue'), |
| | | meta: { keepAlive: true }, |
| | | }, |
| | | { |
| | | //账户编辑 |
| | | name: 'fytzUserEdit', |
| | | path: '/fytz/userEdit/:userId', |
| | | component: () => import('@/views/fytz/user/UserEdit.vue'), |
| | | meta: { transition: 'slide-left' }, |
| | | }, |
| | | { |
| | | //环保督察案例 |
| | | name: 'enforceCase', |
| | | path: '/fytz/enforceCase', |
| | | component: () => import('@/views/fytz/enforce-case/EnforceCase.vue'), |
| | | }, |
| | | |
| | | /**********************************通用模块***********************************************/ |
| | | { |
| | | //账户匹配 |
| | | name: 'userMatch', |
| | | path: '/common/userMatch', |
| | | component: () => import('@/views/common/UserMatch.vue'), |
| | | }, |
| | | ]; |
| | | |