diff --git a/src/views/mp/statistics/components/InterfaceSummaryChart.vue b/src/views/mp/statistics/components/InterfaceSummaryChart.vue index 4b23df4..b4516bc 100644 --- a/src/views/mp/statistics/components/InterfaceSummaryChart.vue +++ b/src/views/mp/statistics/components/InterfaceSummaryChart.vue @@ -67,3 +67,4 @@ watch( { immediate: true } ) --> + diff --git a/src/views/mp/statistics/components/UpstreamMessageChart.vue b/src/views/mp/statistics/components/UpstreamMessageChart.vue index f125a39..62284ea 100644 --- a/src/views/mp/statistics/components/UpstreamMessageChart.vue +++ b/src/views/mp/statistics/components/UpstreamMessageChart.vue @@ -60,3 +60,4 @@ watch( { immediate: true } ) --> + diff --git a/src/views/mp/statistics/components/UserCumulateChart.vue b/src/views/mp/statistics/components/UserCumulateChart.vue index 85bc54c..09020af 100644 --- a/src/views/mp/statistics/components/UserCumulateChart.vue +++ b/src/views/mp/statistics/components/UserCumulateChart.vue @@ -71,3 +71,4 @@ onMounted(async () => { await initData() }) --> + diff --git a/src/views/mp/statistics/components/UserSummaryChart.vue b/src/views/mp/statistics/components/UserSummaryChart.vue index eb60cb6..4b83abc 100644 --- a/src/views/mp/statistics/components/UserSummaryChart.vue +++ b/src/views/mp/statistics/components/UserSummaryChart.vue @@ -84,3 +84,4 @@ onMounted(async () => { await initData() }) --> +