| | |
| | | path: '/home', |
| | | name: 'home', |
| | | component: () => import('@/views/layout'), |
| | | meta:{ |
| | | needLogin:true, |
| | | meta: { |
| | | needLogin: true, |
| | | }, |
| | | children: [ |
| | | { |
| | |
| | | name: 'notDeal', |
| | | component: () => import('@/views/operate/disposal/casepool/notDeal'), |
| | | }, |
| | | { |
| | | path: 'learn', |
| | | name: 'learn', |
| | | component: () => import('@/views/operate/disposal/casepool/learn'), |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | |
| | | 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'), |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: 'car', |
| | | name: 'car', |
| | | component: () => import('@/views/operate/car'), |
| | | children: [ |
| | | { |
| | | path: 'carIndex', |
| | | name: 'carIndex', |
| | | component: () => import('@/views/operate/car/myIndex'), |
| | | }, |
| | | { |
| | | path:'lawTrajectory', |
| | | name:'lawTrajectory', |
| | | component: () => import('@/views/operate/car/lawCar'), |
| | | }, |
| | | { |
| | | path:'soilTrajectory', |
| | | name:'soilTrajectory', |
| | | component: () => import('@/views/operate/car/soilCar'), |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: 'message', |
| | | name: 'message', |
| | | component: () => import('@/views/operate/message'), |
| | | children: [ |
| | | { |
| | | path: 'messageIndex', |
| | | name: 'messageIndex', |
| | | component: () => import('@/views/operate/message/myIndex'), |
| | | }, |
| | | { |
| | | path:'mycontrol', |
| | | name:'mycontrol', |
| | | component: () => import('@/views/operate/message/mycontrol'), |
| | | }, |
| | | ] |
| | | } |
| | | ] |
| | | }, |