内外部会议
This commit is contained in:
@@ -224,11 +224,11 @@
|
||||
path: '/problemControl',
|
||||
menuId: '50d7a0c0af4740c486100c257ae6068e'
|
||||
},
|
||||
{
|
||||
title: '国内外政策',
|
||||
path: '/nationalPolicy',
|
||||
menuId: '6557e9c4ce672af71be5807052da126b'
|
||||
},
|
||||
// {
|
||||
// title: '国内外政策',
|
||||
// path: '/nationalPolicy',
|
||||
// menuId: '6557e9c4ce672af71be5807052da126b'
|
||||
// },
|
||||
{
|
||||
title: '国内外政策',
|
||||
path: '/Policy',
|
||||
@@ -243,6 +243,11 @@
|
||||
title: '政策工作组',
|
||||
path: '/policyWorkGroup',
|
||||
menuId: 'f1a4b33a498e58a8a87c954ce5ce6ad6'
|
||||
},
|
||||
{
|
||||
title: '内外部会议',
|
||||
path: '/meeting',
|
||||
menuId: 'e5681c5ccbef386fcf50e217afdd3ff4'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -3944,6 +3944,16 @@ const routes = [
|
||||
title: '政策工作组',
|
||||
menuId: 'f1a4b33a498e58a8a87c954ce5ce6ad6'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/meeting',
|
||||
name: 'meeting',
|
||||
component: () => import('@/pages/policyRegulation/meeting'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '内外部会议',
|
||||
menuId: 'e5681c5ccbef386fcf50e217afdd3ff4'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user