diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index eb409a6..4f59cfd 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -1574,6 +1574,13 @@ const Meeting: React.FC = () => { setIsScreenCapture(true) window.electron.setViewStatus('hide') if (!isOpen) { + window.electron.createChildWindow({ + url: location.origin + `/#/noticeWindow`, + width: 388, + height: 150, + key: 'noticeWindow', + show: true, + }) window.electron.createChildWindow({ url: location.origin + `/#/shareScreenWindow`, width: 400, @@ -1595,13 +1602,6 @@ const Meeting: React.FC = () => { key: 'currentSpeakUserWindow', show: true, }) - window.electron.createChildWindow({ - url: location.origin + `/#/noticeWindow`, - width: 388, - height: 150, - key: 'noticeWindow', - show: true, - }) window.electron.createChildWindow({ url: location.origin + `/#/chatBigWindow`, width: 540,