From 37ed693ceaf2ca3b98b3e3f7546b82c860a41761 Mon Sep 17 00:00:00 2001 From: stt Date: Wed, 10 Dec 2025 10:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/formatTime.ts | 2 +- src/views/pqs/cockpit/realTimeData/index.vue | 109 ++++--------------- 2 files changed, 24 insertions(+), 87 deletions(-) diff --git a/src/utils/formatTime.ts b/src/utils/formatTime.ts index 38e6ffa..f9e58cb 100644 --- a/src/utils/formatTime.ts +++ b/src/utils/formatTime.ts @@ -372,7 +372,7 @@ export function getTimeOfTheMonth(key: any): [string, string] { * @param fullscreen // 全屏是否全屏 */ export function getTime(interval: number | 3, timeList: any, externalTime: any) { - console.log('🚀 ~ getTime ~ timeList:', timeList) + // console.log('🚀 ~ getTime ~ timeList:', timeList) // 1、先匹配时间 // 检查 interval 是否在 timeList 中 if (timeList && timeList.includes(interval.toString())) { diff --git a/src/views/pqs/cockpit/realTimeData/index.vue b/src/views/pqs/cockpit/realTimeData/index.vue index 0ee73ee..5ed3bd1 100644 --- a/src/views/pqs/cockpit/realTimeData/index.vue +++ b/src/views/pqs/cockpit/realTimeData/index.vue @@ -1,8 +1,9 @@