Browse Source

fix: build error

main
xingyu 2 years ago
parent
commit
0d6925fe66
  1. 1
      src/views/mp/statistics/components/InterfaceSummaryChart.vue
  2. 1
      src/views/mp/statistics/components/UpstreamMessageChart.vue
  3. 1
      src/views/mp/statistics/components/UserCumulateChart.vue
  4. 1
      src/views/mp/statistics/components/UserSummaryChart.vue

1
src/views/mp/statistics/components/InterfaceSummaryChart.vue

@ -67,3 +67,4 @@ watch(
{ immediate: true }
)
</script> -->
<template><div>开发中</div></template>

1
src/views/mp/statistics/components/UpstreamMessageChart.vue

@ -60,3 +60,4 @@ watch(
{ immediate: true }
)
</script> -->
<template><div>开发中</div></template>

1
src/views/mp/statistics/components/UserCumulateChart.vue

@ -71,3 +71,4 @@ onMounted(async () => {
await initData()
})
</script> -->
<template><div>开发中</div></template>

1
src/views/mp/statistics/components/UserSummaryChart.vue

@ -84,3 +84,4 @@ onMounted(async () => {
await initData()
})
</script> -->
<template><div>开发中</div></template>