chenyong
2025-05-22 03e09a08f4609cc61e64ca16129db5a3ccb85c1d
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);