Skip to content

Commit

Permalink
feat(版本区分): 测试关联其他仓库ISSUE
Browse files Browse the repository at this point in the history
测试关联

fix jetlinks/jetlinks-pro#71
  • Loading branch information
Lind-pro committed Jun 24, 2020
1 parent 48a6b51 commit e75f3dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/BasicLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const menuDataRender = (menuList: MenuDataItem[]): MenuDataItem[] => {

return menuList.map(item => {
const localItem: any = { ...item, children: item.children ? menuDataRender(item.children) : [] };

return localItem?.version && version === 'community' ? [] : Authorized.check(item.authority, localItem, null) as MenuDataItem;
});
}
Expand Down

0 comments on commit e75f3dc

Please sign in to comment.