内外部会议、政策课题详情
This commit is contained in:
@@ -4523,6 +4523,28 @@ const routes = [
|
||||
isBoolean: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/meetingDetail/:id',
|
||||
name: 'meetingDetail',
|
||||
component: () =>
|
||||
import('@/pages/details/meetingDetail'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '内外部会议详情',
|
||||
isBoolean: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/policyTopicsDetail/:id',
|
||||
name: 'policyTopicsDetail',
|
||||
component: () =>
|
||||
import('@/pages/details/policyTopicsDetail'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策课题详情',
|
||||
isBoolean: true
|
||||
}
|
||||
},
|
||||
// ************************** 搜索中心 ******************************* //
|
||||
{
|
||||
path: '/searchCenter/:selectKey?/:selectValue?',
|
||||
|
||||
Reference in New Issue
Block a user