|
@@ -78,7 +78,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|
|
path: '',
|
|
path: '',
|
|
|
component: Layout,
|
|
component: Layout,
|
|
|
redirect: 'notificationInfoManage/addressBook',
|
|
redirect: 'notificationInfoManage/addressBook',
|
|
|
- children: []
|
|
|
|
|
|
|
+ children: [],
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/user',
|
|
path: '/user',
|
|
@@ -101,15 +101,15 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|
|
component: Layout,
|
|
component: Layout,
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
- path: 'addressBook',
|
|
|
|
|
- component: () => import('@/views/notificationInfoManage/addressBook/index.vue'),
|
|
|
|
|
- name: 'addressBook',
|
|
|
|
|
|
|
+ path: 'contactsmanage',
|
|
|
|
|
+ component: () => import('@/views/notificationInfoManage/contactsmanage/index.vue'),
|
|
|
|
|
+ name: 'contactsmanage',
|
|
|
meta: { title: '通报联络员管理', icon: 'user' },
|
|
meta: { title: '通报联络员管理', icon: 'user' },
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'notificationList',
|
|
|
|
|
- component: () => import('@/views/notificationInfoManage/notificationListManage/index.vue'),
|
|
|
|
|
- name: 'notificationList',
|
|
|
|
|
|
|
+ path: 'mattersmanage',
|
|
|
|
|
+ component: () => import('@/views/notificationInfoManage/mattersmanage/index.vue'),
|
|
|
|
|
+ name: 'mattersmanage',
|
|
|
meta: { title: '通报事项清单管理', icon: 'user' },
|
|
meta: { title: '通报事项清单管理', icon: 'user' },
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|