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(() => {