From fd809034c17290c039677240fd53505d55ec1129 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 23 Jan 2025 12:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= 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 deletions(-) diff --git a/src/page/Meeting/NoticeWindow/index.tsx b/src/page/Meeting/NoticeWindow/index.tsx index 3692eb5..6a00b7b 100644 --- a/src/page/Meeting/NoticeWindow/index.tsx +++ b/src/page/Meeting/NoticeWindow/index.tsx @@ -88,10 +88,6 @@ const NoticeWindow: React.FC = () => { } return () => { channel.close(); - window.electron.setChildWindowShow({ - key: 'noticeWindow', - bool: false - }) }; }, []); return (