From 74760e6382414fef485877196f6f62273cd39a67 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 23 Jan 2025 12:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/NoticeWindow/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/page/Meeting/NoticeWindow/index.tsx b/src/page/Meeting/NoticeWindow/index.tsx index 6a00b7b..3692eb5 100644 --- a/src/page/Meeting/NoticeWindow/index.tsx +++ b/src/page/Meeting/NoticeWindow/index.tsx @@ -88,6 +88,10 @@ const NoticeWindow: React.FC = () => { } return () => { channel.close(); + window.electron.setChildWindowShow({ + key: 'noticeWindow', + bool: false + }) }; }, []); return (