去除console

This commit is contained in:
yj 2024-08-22 15:01:21 +08:00
parent e6a771cfc7
commit 2dd056bec1
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}
})