yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 71d5ddffea - Show all commits

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 {