From 56abb8a7004110a55623fdd921ce770a6f5431d8 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 22 Oct 2024 10:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E4=BF=A1=E6=81=AF=E6=B6=88?= =?UTF-8?q?=E5=A4=B1=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/ChatSmallWindow/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Meeting/ChatSmallWindow/index.tsx b/src/page/Meeting/ChatSmallWindow/index.tsx index bcc2c50..9df2e94 100644 --- a/src/page/Meeting/ChatSmallWindow/index.tsx +++ b/src/page/Meeting/ChatSmallWindow/index.tsx @@ -12,7 +12,7 @@ const ChatSmallWindow: React.FC = () => { setChatLists((newChatList: any) => { data.parmes.chatListIten.timer = setTimeout(() => { removeItemByIndex(); - }, 3000); + }, 10000); return [data.parmes.chatListIten, ...newChatList] }) setTimeout(() => {