| | |
| | | path: '/home', |
| | | name: 'home', |
| | | component: () => import('@/views/layout'), |
| | | meta:{ |
| | | needLogin:true, |
| | | meta: { |
| | | needLogin: true, |
| | | }, |
| | | children: [ |
| | | { |
| | |
| | | path: 'rectification', |
| | | name: 'rectification', |
| | | component: () => import('@/views/operate/rectification'), |
| | | children:[ |
| | | children: [ |
| | | { |
| | | path:"taskList", |
| | | name:'taskList', |
| | | path: "taskList", |
| | | name: 'taskList', |
| | | component: () => import('@/views/operate/rectification/taskList'), |
| | | }, |
| | | { |
| | | path:"surveyList", |
| | | name:'surveyList', |
| | | path: "surveyList", |
| | | name: 'surveyList', |
| | | component: () => import('@/views/operate/rectification/surveyList'), |
| | | }, |
| | | { |
| | | path:"renovationList", |
| | | name:'renovationList', |
| | | path: "renovationList", |
| | | name: 'renovationList', |
| | | component: () => import('@/views/operate/rectification/renovationList'), |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path:'lawEnforcement', |
| | | name:'lawEnforcement', |
| | | component:()=>import('@/views/operate/lawEnforcement') |
| | | path: 'lawEnforcement', |
| | | name: 'lawEnforcement', |
| | | component: () => import('@/views/operate/lawEnforcement') |
| | | }, |
| | | { |
| | | path: 'management', |
| | | name: 'management', |
| | | component: () => import('@/views/operate/management'), |
| | | redirect:'/home/operate/management/myIndex', |
| | | children: [ |
| | | { |
| | | path: 'myIndex', |
| | | name: 'myIndex', |
| | | component: () => import('@/views/operate/management/myIndex'), |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | }, |