6.23 党员专题首页

This commit is contained in:
jl-zhoujl2
2022-06-23 08:42:54 +08:00
parent 92a63809d0
commit 50b1821242
28 changed files with 808 additions and 0 deletions

View File

@ -0,0 +1,14 @@
export default [
{
// name: 'workbench',
// icon: 'DesktopOutlined',
// path:'/workbench',
// routes: [
// { name: 'commonFiles', path: '/workbench/files',},
// { name: 'commonFilesManage', path: '/workbench/filesManage',},
// ]
name: 'partyMemberTopic',
path: '/partyMemberTopic/home',
component: './PartyMemberTopic/Home',
},
];