| | |
| | | { |
| | | path: 'casepool', |
| | | name: 'casepool', |
| | | component: () => import('@/views/operate/disposal/casepool'), |
| | | component: () => import('@/views/operate/disposal'), |
| | | children: [ |
| | | { |
| | | path: 'pool', |
| | | name: 'pool', |
| | | component: () => import('@/views/operate/disposal/casepool/pool'), |
| | | }, |
| | | { |
| | | path: 'escalation', |
| | | name: 'escalation', |
| | | component: () => import('@/views/operate/disposal/escalation'), |
| | | } |
| | | component: () => import('@/views/operate/disposal/casepool/escalation'), |
| | | }, |
| | | { |
| | | path: 'dispatch', |
| | | name: 'dispatch', |
| | | component: () => import('@/views/operate/disposal/casepool/dispatch'), |
| | | }, |
| | | { |
| | | path: 'notDeal', |
| | | name: 'notDeal', |
| | | component: () => import('@/views/operate/disposal/casepool/notDeal'), |
| | | }, |
| | | ] |
| | | } |
| | | }, |
| | | ] |
| | | }, |
| | | { |