去除console
This commit is contained in:
parent
e6a771cfc7
commit
2dd056bec1
|
|
@ -1572,7 +1572,6 @@ const Meeting: React.FC = () => {
|
|||
await postOpenMicr(!roomUserItem.enableMicr, roomUserItem.uid)
|
||||
await GetRoomUserItem(state.channelId, item.uid).then((res: any) => {
|
||||
if (res.code === 200) {
|
||||
console.log(res.data);
|
||||
setRoomUserItem(res.data)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue