huangxiaoqiang
2025-06-03 975ea3c28b1661b3b6eabee5277cc98d853736d3
CodeManagement/BigScreenVue/src/views/indexs/right-center.vue
@@ -227,9 +227,8 @@
      //     }
      // });
      var rep1=await Getoutput();
     var rep=rep1.filter(it=>it.roadway.includes("JZ"))
      var rep=rep1.filter(it=>it.roadway.includes("CW"))
      console.log(rep)
// 获取今天零点的时间戳
const now = Date.now(); // 当前时间戳(毫秒)
const todayStart = new Date(now);