This commit is contained in:
yj 2024-09-12 11:27:05 +08:00
parent 65ad327f29
commit 2102ce9c32
1 changed files with 1 additions and 2 deletions

View File

@ -968,8 +968,7 @@ const Meeting: React.FC = () => {
await postOpenCamera(true, user.uid) await postOpenCamera(true, user.uid)
break; break;
case '设置': case '设置':
equipmentManagementRef.current.changeModal('26', '杨洁') stupWizardRef.current.changeModal()
// stupWizardRef.current.changeModal()
break; break;
case '邀请人员': case '邀请人员':
await getUserRoomInfo().then(async (res) => { await getUserRoomInfo().then(async (res) => {