| | |
| | | component: () => import('@/views/Login'), |
| | | meta: { title: '登录' }, |
| | | }, |
| | | { |
| | | path: '/downKey', |
| | | name: 'downKey', |
| | | component: () => import('@/views/Admin/downLoadKey.vue'), |
| | | meta: { title: '驱动下载' }, |
| | | hidden:true |
| | | }, |
| | | { |
| | | path: '/home', |
| | | name: 'home', |
| | |
| | | component: () => import('@/views/Admin/list'), |
| | | }, |
| | | { |
| | | path: '/audit', |
| | | name: 'audit', |
| | | path: '/dataStatistic', |
| | | name: 'dataStatistic', |
| | | meta: { title: '数据统计' }, |
| | | component: () => import('@/views/Admin/Audit'), |
| | | component: () => import('@/views/Admin/dataStatistic'), |
| | | }, |
| | | { |
| | | path: '/notice', |
| | |
| | | meta: { title: '原通讯录' }, |
| | | component: () => import('@/views/Admin/addressBook'), |
| | | }, |
| | | { |
| | | path: '/contactors', |
| | | name: 'contactors', |
| | | meta: { title: '责任人管理' }, |
| | | component: () => import('@/views/Admin/contactBook/contactors'), |
| | | }, |
| | | { |
| | | path: '/structure', |
| | | name: 'structure', |
| | | meta: { title: '组织架构管理' }, |
| | | component: () => import('@/views/Admin/contactBook/structure'), |
| | | }, |
| | | { |
| | | path: '/user', |
| | | name: 'user', |
| | |
| | | meta: { title: 'App版本信息' }, |
| | | component: () => import('@/views/Admin/appFile.vue'), |
| | | }, |
| | | { |
| | | path: '/samelevelGroup', |
| | | name: 'samelevelGroup', |
| | | meta: { title: '平级接收人分组' }, |
| | | component: () => import('@/views/Admin/sameLevelGroup.vue'), |
| | | }, |
| | | // { |
| | | // path: '/menu', |
| | | // name: 'menu', |
| | | // meta: { title: '菜单管理' }, |
| | | // component: () => import('@/views/Admin/menuManage'), |
| | | // }, |
| | | |
| | | ] |
| | | }, |
| | | ]; |