政策课题模块

This commit is contained in:
zyn
2023-10-17 17:32:29 +08:00
parent 04d62065a8
commit a57f930011
7 changed files with 1284 additions and 6 deletions
+10
View File
@@ -3983,6 +3983,16 @@ const routes = [
title: '内外部会议',
menuId: 'e5681c5ccbef386fcf50e217afdd3ff4'
}
},
{
path: '/policyTopics',
name: 'policyTopics',
component: () => import('@/pages/policyRegulation/policyTopics'),
meta: {
requireAuth: true,
title: '政策课题',
menuId: '627f66cd6746234edd4722e20d8c01bb'
}
}
]
},