企业用户添加招聘会入口
This commit is contained in:
@@ -125,7 +125,17 @@ const generateTabbarList = () => {
|
||||
// });
|
||||
// #endif
|
||||
}
|
||||
|
||||
if (userType === 0) {
|
||||
baseItems.splice(2, 0, {
|
||||
id: 5,
|
||||
text: '招聘会',
|
||||
path: '/pages/careerfair/careerfair',
|
||||
iconPath: '/static/tabbar/careerfair.png',
|
||||
selectedIconPath: '/static/tabbar/careerfaired.png',
|
||||
centerItem: false,
|
||||
badge: 0,
|
||||
});
|
||||
}
|
||||
return baseItems;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user