会议关闭返回上一个页面

This commit is contained in:
yj 2024-10-17 15:37:53 +08:00
parent a99194b067
commit 0776b93130
1 changed files with 0 additions and 2 deletions

View File

@ -2758,7 +2758,6 @@ const Meeting: React.FC = () => {
await GetLeaveAll({ await GetLeaveAll({
roomNum: state.channelId, roomNum: state.channelId,
}) })
window.electron.quit(true)
}} }}
onCancel={() => { onCancel={() => {
@ -2771,7 +2770,6 @@ const Meeting: React.FC = () => {
: null} : null}
<div className='meetingContentFooterPopoverDefault' onClick={async () => { <div className='meetingContentFooterPopoverDefault' onClick={async () => {
await leaveChannel() await leaveChannel()
window.electron.quit(true)
}}></div> }}></div>
<div className='meetingContentFooterPopoverCancel' onClick={() => { setQuitMeetingModal(false) }}></div> <div className='meetingContentFooterPopoverCancel' onClick={() => { setQuitMeetingModal(false) }}></div>
</div> </div>