This commit is contained in:
yj 2024-10-17 11:32:20 +08:00
parent c76808939a
commit 71d5ddffea
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ const NoticeWindow: React.FC = () => {
setKeyOpenChildWindow('noticeWindow', false)
}
}, 1000)
}, 3000);
}, 4000);
return () => {
clearInterval(time)
};

View File

@ -656,7 +656,7 @@ const Meeting: React.FC = () => {
type: 'noticeItem',
noticeItem: item
});
}, 1000);
}, 2000);
setKeyOpenChildWindow('noticeWindow', true)
}
} else {