wangjuncheng
2025-06-25 1190b6e0bea6f91b85b8e1b574300b18aac3e562
src/components/monifangzhen/echartInfo.vue
@@ -309,7 +309,6 @@
  if (nowTime.value) {
    const timeParts = nowTime.value.split(" ");
    const timeOnly = timeParts[1]; // 获取 "mm:ss" 部分
    console.log(nowTime.value, "nowTime.valuenowTime.value");
    return timeOnly;
  }
};