This commit is contained in:
parent
dae9b35802
commit
c2b36c0b3f
|
|
@ -2484,7 +2484,7 @@ const Meeting: React.FC = () => {
|
|||
}
|
||||
}}
|
||||
onContextMenu={(e: any) => {
|
||||
if (role.ID.includes(contextMenu.roleId)) {
|
||||
if (role.ID.includes(userInfo.roleId)) {
|
||||
setContextMenuStyle({
|
||||
top: e.clientY,
|
||||
left: e.clientX,
|
||||
|
|
@ -2761,7 +2761,7 @@ const Meeting: React.FC = () => {
|
|||
onClick={() => {
|
||||
getRoomKickout(state.channelId, item.uid, item.userName)
|
||||
}}
|
||||
>移出会议哈哈</Button>
|
||||
>移出会议</Button>
|
||||
</div>
|
||||
}>
|
||||
<EllipsisOutlined style={{ color: '#fff', fontSize: '20px' }} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue