会议关闭返回上一个页面
This commit is contained in:
parent
a99194b067
commit
0776b93130
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue