diff --git a/src/router/modules/suphandle.js b/src/router/modules/suphandle.js index 7026a7b..c9727c8 100644 --- a/src/router/modules/suphandle.js +++ b/src/router/modules/suphandle.js @@ -29,6 +29,50 @@ component: () => import('@/views/callCase/callCase'), name: 'CallCase', meta: { title: '建立案卷', icon: '', belongSys: '', permission: '/callCase' } + }, + { + path: '/supWork', + component: () => import('@/views/coorBusiness/work/index'), + name: 'SupWork', + meta: { title: '待办任务', icon: '', belongSys: '', permission: '/supWork' } + }, + { + path: '/supToRegister', + component: () => import('@/views/coorBusiness/toRegister/index'), + name: 'SupToRegister', + meta: { title: '待立案', icon: '', belongSys: '', permission: '/supToRegister' } + }, + { + path: '/supToCheck', + component: () => import('@/views/coorBusiness/toCheck/index'), + name: 'SupToCheck', + meta: { title: '待核查', icon: '', belongSys: '', permission: '/supToCheck' } + }, + { + path: '/supCompleted', + component: () => import('@/views/coorBusiness/completed/index'), + name: 'SupCompleted', + meta: { title: '已办案卷', icon: '', belongSys: '', permission: '/supCompleted' } + } + ] + }, + { + path: '/supSeo', + component: Layout, + redirect: '/supSeoList', + name: 'SupSeo', + alwaysShow: true, + meta: { + title: '综合查询', + permission: ['/supSeo'], + sys: '/suphandle' + }, + children: [ + { + path: '/supSeoList', + component: () => import('@/views/seo/seo'), + name: 'SupSeoList', + meta: { title: '综合查询', icon: '', belongSys: '', permission: '/ListSupSeo' } } ] }