内外部会议、政策课题详情

This commit is contained in:
zyn
2023-10-27 16:29:42 +08:00
parent e719773fea
commit 5d5f2650b3
7 changed files with 1086 additions and 16 deletions
+22
View File
@@ -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?',