| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/pwdChange', |
| | | // 密码变更 |
| | | component: () => import('@/views/login/pwdChange'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/', |
| | | component: Layout, |
| | | redirect: '/workPlan/workPlan/reserve', |
| | | redirect: '/specialWorkManage/index/specialWorkManage/workPlan/index/specialWorkManage/workPlan/reserve', |
| | | children: [ |
| | | { |
| | | path: 'dashboard', |
| | | component: () => import('@/views/workPlan/reserve'), |
| | | component: () => import('@/views/specialWorkManage/workPlan/reserve'), |
| | | name: 'Dashboard1', |
| | | meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true } |
| | | } |