|
@@ -105,15 +105,13 @@ const itemList = [
|
|
const defaultList = [
|
|
const defaultList = [
|
|
{ title: '在线简历', path: '/pagesA/resumeOnline/index' },
|
|
{ title: '在线简历', path: '/pagesA/resumeOnline/index' },
|
|
{ title: '附件简历', path: '/pagesA/resume/index' },
|
|
{ title: '附件简历', path: '/pagesA/resume/index' },
|
|
- // { title: '学生专区', path: '/pagesA/student/index', key: 'student', hide: false },
|
|
|
|
|
|
+ { title: '学生专区', path: '/pagesA/student/index', key: 'student', hide: false },
|
|
{ title: '面试管理', path: '/pagesA/interview/index' },
|
|
{ title: '面试管理', path: '/pagesA/interview/index' },
|
|
{ title: '会员套餐', path: '/pagesA/vipPackage/index' },
|
|
{ title: '会员套餐', path: '/pagesA/vipPackage/index' },
|
|
- // { title: '我的分享码', path: 'shareQrCode' },
|
|
|
|
{ title: '我的分享码', path: '/pagesB/sharePoster/index' },
|
|
{ title: '我的分享码', path: '/pagesB/sharePoster/index' },
|
|
{ title: '新用户邀请记录', path: '/pagesB/inviteRecord/index' },
|
|
{ title: '新用户邀请记录', path: '/pagesB/inviteRecord/index' },
|
|
{ title: '门墩儿商城', appId: 'wx6decdf12f9e7a061' },
|
|
{ title: '门墩儿商城', appId: 'wx6decdf12f9e7a061' },
|
|
{ title: '我要招聘', key: 'recruit' },
|
|
{ title: '我要招聘', key: 'recruit' },
|
|
- // { title: '招聘会', path: '/pagesB/jobFair/index', open: true },
|
|
|
|
{ title: '联系我们', path: '/pagesB/contactUs/index' },
|
|
{ title: '联系我们', path: '/pagesB/contactUs/index' },
|
|
{ title: '协议中心', path: '/pagesB/agreement/index', open: true }
|
|
{ title: '协议中心', path: '/pagesB/agreement/index', open: true }
|
|
]
|
|
]
|