This commit is contained in:
Ray.Hao
2026-04-13 08:06:57 +08:00
12 changed files with 465 additions and 454 deletions

View File

@@ -515,7 +515,7 @@ const displayTransitionTotalPvCount = computed(() =>
// 访问趋势日期范围(单位:天)
const visitTrendDateRange = ref(7);
// 访问趋势图表配置
const visitTrendChartOptions = ref();
const visitTrendChartOptions = ref({});
/**
* 获取访客统计数据
@@ -558,7 +558,7 @@ const updateVisitTrendChartOptions = (data: VisitTrendDetail) => {
trigger: "axis",
},
legend: {
data: ["浏览量(PV)", "访客(UV)"],
data: ["浏览量(PV)", "访客(UV)"],
bottom: 0,
},
grid: {