diff --git a/src/components/IndexComponents/TodayVisitTrend.vue b/src/components/IndexComponents/TodayVisitTrend.vue index 4891aef..8d2b99d 100644 --- a/src/components/IndexComponents/TodayVisitTrend.vue +++ b/src/components/IndexComponents/TodayVisitTrend.vue @@ -31,7 +31,7 @@ echarts.use([ UniversalTransition ]); - +const times = Array.from({length: 10}, (_, i) => `${i + 8}:00`) const options = ref({}) onMounted(() => {