修改提示

This commit is contained in:
yj 2024-11-12 09:12:29 +08:00
parent ec8ec8d9cb
commit 2bb36d0d78
1 changed files with 2 additions and 2 deletions

View File

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