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 @@