From 87bae443104d8fcfa6ef3529b1f3500d5f3b9713 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Mon, 8 Jun 2026 11:44:25 +0800 Subject: [PATCH] 213 --- src/routes/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Home.js b/src/routes/Home.js index 189eaf7..8229e1e 100644 --- a/src/routes/Home.js +++ b/src/routes/Home.js @@ -448,7 +448,7 @@ class Home extends React.Component { }); this.getTeam(); this.getHomeTitle(); - //定时器功能,暂时不开启 + //定时器功能,暂时不开启??2分钟刷一次 this.timerID = setInterval(() => { if (this._isMounted) { this.getBaseInfoData(1, this.state.tableKey, 5);