quanyawei
2024-11-08 761dc97c8ac017e5d57b331f7bcf3cfaf1ca1159
src/views/hotMap/components/selectHour.vue
@@ -89,7 +89,7 @@
      let starTime = dayjs().subtract(1, 'day').format('YYYY-MM-DD')
      this.value1 = [
        `${starTime} 00`,
        dayjs().format('YYYY-MM-DD HH')
        dayjs().subtract(1, 'hour').format('YYYY-MM-DD HH')
      ]
    }
  },