From 17ed76eb845333c8837031dd22d7b1447636e58d Mon Sep 17 00:00:00 2001 From: yarnom Date: Thu, 20 Nov 2025 17:56:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=AD=A3=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BA=BA=E5=91=98=E7=94=B5=E8=AF=9D=E5=8F=B7=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/bigscreen/src/app/app.component.html | 3 +-- core/frontend/bigscreen/src/app/app.component.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/frontend/bigscreen/src/app/app.component.html b/core/frontend/bigscreen/src/app/app.component.html index b7b702e..acd7904 100644 --- a/core/frontend/bigscreen/src/app/app.component.html +++ b/core/frontend/bigscreen/src/app/app.component.html @@ -14,7 +14,7 @@
网格责任人
刘江平15586362528
-
网格管理员
余泽蛟19371312580
+
网格管理员
余泽蛟19371312586
网格专管员
邴香举13997659222
网格协管员
韩超15172881786
防控区巡查员
吴大华18572355263
@@ -125,7 +125,6 @@
-
diff --git a/core/frontend/bigscreen/src/app/app.component.ts b/core/frontend/bigscreen/src/app/app.component.ts index 219bfe8..9abfb70 100644 --- a/core/frontend/bigscreen/src/app/app.component.ts +++ b/core/frontend/bigscreen/src/app/app.component.ts @@ -847,7 +847,6 @@ export class BigscreenAppComponent implements OnInit, AfterViewInit, OnDestroy { const sid = this.makeStationIdFromHex(this.hexId || this.DEFAULT_STATION_HEX); if (!sid) return; const days = 30; - // 控制台打印时间窗口 const now = new Date(); const since = new Date(now.getTime() - days * 24 * 3600 * 1000); try { console.log(`[HeavyPerf] days=${days} window: ${since.toISOString()} ~ ${now.toISOString()}`); } catch {}