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 {}