From 0d6925fe66150cdcba6687d57cc26970415d2356 Mon Sep 17 00:00:00 2001
From: xingyu <xingyu4j@vip.qq.com>
Date: Fri, 31 Mar 2023 15:20:22 +0800
Subject: [PATCH] fix: build error

---
 src/views/mp/statistics/components/InterfaceSummaryChart.vue | 1 +
 src/views/mp/statistics/components/UpstreamMessageChart.vue  | 1 +
 src/views/mp/statistics/components/UserCumulateChart.vue     | 1 +
 src/views/mp/statistics/components/UserSummaryChart.vue      | 1 +
 4 files changed, 4 insertions(+)

diff --git a/src/views/mp/statistics/components/InterfaceSummaryChart.vue b/src/views/mp/statistics/components/InterfaceSummaryChart.vue
index 4b23df46..b4516bc5 100644
--- a/src/views/mp/statistics/components/InterfaceSummaryChart.vue
+++ b/src/views/mp/statistics/components/InterfaceSummaryChart.vue
@@ -67,3 +67,4 @@ watch(
   { immediate: true }
 )
 </script> -->
+<template><div>开发中</div></template>
diff --git a/src/views/mp/statistics/components/UpstreamMessageChart.vue b/src/views/mp/statistics/components/UpstreamMessageChart.vue
index f125a391..62284eab 100644
--- a/src/views/mp/statistics/components/UpstreamMessageChart.vue
+++ b/src/views/mp/statistics/components/UpstreamMessageChart.vue
@@ -60,3 +60,4 @@ watch(
   { immediate: true }
 )
 </script> -->
+<template><div>开发中</div></template>
diff --git a/src/views/mp/statistics/components/UserCumulateChart.vue b/src/views/mp/statistics/components/UserCumulateChart.vue
index 85bc54cb..09020afb 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()
 })
 </script> -->
+<template><div>开发中</div></template>
diff --git a/src/views/mp/statistics/components/UserSummaryChart.vue b/src/views/mp/statistics/components/UserSummaryChart.vue
index eb60cb60..4b83abcb 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()
 })
 </script> -->
+<template><div>开发中</div></template>