| | |
| | | path: 'baseSetting', |
| | | name: 'baseSetting', |
| | | component: () => import('@/views/operate/baseSetting'), |
| | | children: [ |
| | | { |
| | | path: "violation", |
| | | name: 'violation', |
| | | component: () => import('@/views/operate/baseSetting/violation'), |
| | | }, |
| | | { |
| | | path: "illegalBuild", |
| | | name: 'illegalBuild', |
| | | component: () => import('@/views/operate/baseSetting/illegalBuild'), |
| | | }, |
| | | { |
| | | path: "threepack", |
| | | name: 'threepack', |
| | | component: () => import('@/views/operate/baseSetting/threepack'), |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: 'casepool', |
| | |
| | | path: "shop", |
| | | name: 'shop', |
| | | component: () => import('@/views/operate/fivepack/shop'), |
| | | }, |
| | | { |
| | | path: "threepackage", |
| | | name: 'threepackage', |
| | | component: () => import('@/views/operate/fivepack/threepack'), |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: 'myWait', |
| | | name: 'myWait', |
| | | component: () => import('@/views/operate/myWait'), |
| | | }, |
| | | { |
| | | path: 'rectification', |
| | | name: 'rectification', |
| | | component: () => import('@/views/operate/rectification'), |
| | | children:[ |
| | | { |
| | | path:"taskList", |
| | | name:'taskList', |
| | | component: () => import('@/views/operate/rectification/taskList'), |
| | | }, |
| | | { |
| | | path:"surveyList", |
| | | name:'surveyList', |
| | | component: () => import('@/views/operate/rectification/surveyList'), |
| | | }, |
| | | { |
| | | path:"renovationList", |
| | | name:'renovationList', |
| | | component: () => import('@/views/operate/rectification/renovationList'), |
| | | } |
| | | ] |
| | | } |
| | |
| | | name: "/fail", |
| | | component: () => import('@/views/info/Fail'), |
| | | }, |
| | | { |
| | | path: '/success', |
| | | name: "/success", |
| | | component: () => import('@/views/info/Success'), |
| | | }, |
| | | { path: '*', redirect: '/404' } |
| | | ] |
| | | |