会议关闭返回上一个页面
This commit is contained in:
parent
a99194b067
commit
0776b93130
|
|
@ -2758,7 +2758,6 @@ const Meeting: React.FC = () => {
|
|||
await GetLeaveAll({
|
||||
roomNum: state.channelId,
|
||||
})
|
||||
window.electron.quit(true)
|
||||
}}
|
||||
onCancel={() => {
|
||||
|
||||
|
|
@ -2771,7 +2770,6 @@ const Meeting: React.FC = () => {
|
|||
: null}
|
||||
<div className='meetingContentFooterPopoverDefault' onClick={async () => {
|
||||
await leaveChannel()
|
||||
window.electron.quit(true)
|
||||
}}>仅自己离开</div>
|
||||
<div className='meetingContentFooterPopoverCancel' onClick={() => { setQuitMeetingModal(false) }}>取消</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue