重新打开应用是否自动登录判断优化 #18

Merged
yangqiang merged 14 commits from yangjie into master 2024-10-11 14:15:18 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f710ae42c8 - Show all commits

View File

@ -275,7 +275,7 @@ const Index: React.FC = () => {
getSubDpList()
setIsCreateRoom(false)
setCreateRoomModal(true)
}}></div>
}}></div>
<div className='meetingContentFooterPopoverCancel' onClick={() => {
changeOpen(index, false)
}}></div>
@ -343,7 +343,7 @@ const Index: React.FC = () => {
</div>
</div>
</div>
<Modal title={isCreateRoom ? '新建会议室' : '更新会议信息'} open={createRoomModal} footer={null} closable={false} centered width={'400px'}>
<Modal title={isCreateRoom ? '新建会议室' : '修改会议信息'} open={createRoomModal} footer={null} closable={false} centered width={'400px'}>
<div>
<div>
{isCreateRoom ? <Input