|
|
|
@ -97,18 +97,6 @@ export const constantRoutes: RouteRecordRaw[] = [ |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/supervision/noticeInfo', |
|
|
|
component: Layout, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '', |
|
|
|
component: () => import('@/views/supervision/noticeInfo/index.vue'), |
|
|
|
name: 'NoticeInfo', |
|
|
|
meta: { title: '公共管理', icon: 'info' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/supervision/noticeInfo/add', |
|
|
|
component: Layout, |
|
|
|
|