实时数据页面样式修改
This commit is contained in:
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user