This commit is contained in:
wyw 2026-06-08 11:44:25 +08:00
parent d8fe6fcc48
commit 87bae44310

View File

@ -448,7 +448,7 @@ class Home extends React.Component {
}); });
this.getTeam(); this.getTeam();
this.getHomeTitle(); this.getHomeTitle();
//定时器功能,暂时不开启 //定时器功能,暂时不开启2分钟刷一次
this.timerID = setInterval(() => { this.timerID = setInterval(() => {
if (this._isMounted) { if (this._isMounted) {
this.getBaseInfoData(1, this.state.tableKey, 5); this.getBaseInfoData(1, this.state.tableKey, 5);