82 lines
4.0 KiB
TypeScript
82 lines
4.0 KiB
TypeScript
export const attachOrgSettingMenu = [
|
|
{
|
|
icon: 'icon-manage',
|
|
label: '管理',
|
|
id: '',
|
|
children: [
|
|
{ children: [], icon: '', label: '内容管理', id: '/organization/setting/content' },
|
|
{ children: [], icon: '', label: '专栏管理', id: '/organization/setting/column' },
|
|
{ children: [], icon: '', label: '静态页面管理', id: '/organization/setting/static-page' },
|
|
{ children: [], icon: '', label: '收录管理', id: '/organization/setting/included' },
|
|
{ children: [], icon: '', label: '直播与活动', id: '/organization/setting/live' },
|
|
{ children: [], icon: '', label: '文档中心', id: '/organization/setting/docs' },
|
|
{ children: [], icon: '', label: '评论管理', id: '/organization/setting/comment-manage' },
|
|
{ children: [], icon: '', label: '分类管理', id: '/organization/setting/category' }
|
|
]
|
|
}, {
|
|
icon: 'icon-operate',
|
|
label: '运营',
|
|
id: '',
|
|
children: [
|
|
{ children: [], icon: '', label: 'Banner位', id: '/organization/setting/rotation' },
|
|
{ children: [], icon: '', label: '自定义导航', id: '/organization/setting/navigation' },
|
|
{ children: [], icon: '', label: '产品推荐', id: '/organization/setting/market' },
|
|
{ children: [], icon: '', label: '运营活动', id: '/organization/setting/rotation-right' },
|
|
{ children: [], icon: '', label: '热门标签', id: '/organization/setting/hot-tags' },
|
|
{ children: [], icon: '', label: '悬浮窗设置', id: '/organization/setting/float-window' },
|
|
{ children: [], icon: '', label: '模块配置', id: '/organization/setting/module-config' },
|
|
{ children: [], icon: '', label: '服务商信息', id: '/organization/setting/facilitator-config' }
|
|
]
|
|
}, {
|
|
icon: 'icon-growth',
|
|
label: '成长体系',
|
|
id: '',
|
|
children: [
|
|
{ children: [], icon: '', label: '功能设置', id: '/organization/setting/growth' },
|
|
{ children: [], icon: '', label: '任务中心', id: '/organization/setting/growth-task' },
|
|
{ children: [], icon: '', label: '成长等级', id: '/organization/setting/growth-level' }
|
|
]
|
|
}, {
|
|
icon: 'icon-marketing',
|
|
label: '营销组件',
|
|
id: '',
|
|
children: [
|
|
{ children: [], icon: '', label: '加入社区', id: '/organization/setting/join' },
|
|
{ children: [], icon: '', label: '触达消息', id: '/organization/setting/push-msg' },
|
|
{ children: [], icon: '', label: '留资表单', id: '/organization/setting/retained-capital' },
|
|
{ children: [], icon: '', label: '抽奖工具', id: '/organization/setting/draw' },
|
|
{ children: [], icon: '', label: '自定义弹窗', id: '/organization/setting/custom' },
|
|
{ children: [], icon: '', label: '文章内容设置', id: '/organization/setting/content-setting' }
|
|
]
|
|
}, {
|
|
icon: 'icon-edu',
|
|
label: '课程',
|
|
id: '',
|
|
children: [
|
|
{ children: [], icon: '', label: '课程管理', id: '/organization/setting/edu-course' },
|
|
{ children: [], icon: '', label: '课程数据', id: '/organization/setting/data-edu' }
|
|
]
|
|
}, {
|
|
icon: 'icon-data',
|
|
label: '数据',
|
|
id: '',
|
|
children: [
|
|
{ children: [], icon: '', label: '概览', id: '/organization/setting/data-board' },
|
|
{ children: [], icon: '', label: '内容分析', id: '/organization/setting/data-content' },
|
|
{ children: [], icon: '', label: '渠道来源', id: '/organization/setting/data-source' },
|
|
{ children: [], icon: '', label: '用户分析', id: '/organization/setting/data-user' },
|
|
{ children: [], icon: '', label: '作者分析', id: '/organization/setting/data-author' }
|
|
]
|
|
}, {
|
|
icon: 'icon-set',
|
|
label: '设置',
|
|
id: '',
|
|
children: [
|
|
{ children: [], icon: '', label: '社区信息', id: '/organization/setting/general' },
|
|
{ children: [], icon: '', label: '成员管理', id: '/organization/setting/people' },
|
|
{ children: [], icon: '', label: '页面设置', id: '/organization/setting/exterior' },
|
|
{ children: [], icon: '', label: '域名设置', id: '/organization/setting/domain' }
|
|
]
|
|
}
|
|
];
|