yangjie #35

Merged
yangqiang merged 8 commits from yangjie into master 2024-11-13 10:41:16 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2bb36d0d78 - Show all commits

View File

@ -1062,9 +1062,9 @@ const Meeting: React.FC = () => {
}) })
} else if (reason === 3 || reason === 4) { } else if (reason === 3 || reason === 4) {
message.error({ message.error({
content: <div> <span style={{ color: '#606fc7', cursor: 'pointer' }} onClick={() => { content: <div><span style={{ color: '#606fc7', cursor: 'pointer' }} onClick={() => {
stupWizardRef.current.changeModal(1); stupWizardRef.current.changeModal(1);
}}></span></div>, }}></span></div>,
duration: 60, duration: 60,
key: 'cameraTemporarily' key: 'cameraTemporarily'
}); });