|
@@ -277,7 +277,7 @@ export class DataDealService {
|
|
|
await this.Role.update({ code: In(justCommonRole) }, { menu: common });
|
|
|
// 第一类菜单
|
|
|
const menus1 = [...common, 'center_news2', 'center_demand', 'center_supply', 'center_achievement', 'center_project', 'center_footplate', 'center_service'];
|
|
|
- // 第一类菜单用户: 用户,科研机构,孵化器,企业,高校
|
|
|
+ // 第一类菜单用户: 用户,科研机构,孵化基地,企业,高校
|
|
|
const roleUseMenus1 = ['Expert', 'Unit', 'Incubator', 'Company', 'YX'];
|
|
|
await this.Role.update({ code: In(roleUseMenus1) }, { menu: menus1 });
|
|
|
// 创业大赛用户: 需要去掉报名管理,加入赛事管理
|