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