From 79c4d27a2e0da4df70f36307495eedf33b4f1286 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 22 Oct 2024 11:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E9=80=9A=E7=9F=A5=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E5=8A=A0=E8=BD=BD=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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,