From 53b57ac14335892b457fe1ed6f9f99860ec36dc0 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 May 2021 11:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E7=BB=9F=E8=AE=A1=E5=9B=BE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 +- src/components/Echarts/Categorymap.vue | 21 +- src/components/Echarts/CategorymapHos.vue | 252 ++++++++++++++++++++++ src/components/Echarts/Piemap.vue | 9 +- src/components/Echarts/PiemapHos.vue | 9 +- src/config/api.js | 5 +- src/store/modules/home/state.js | 7 + src/views/Index/Index.vue | 10 +- 8 files changed, 307 insertions(+), 16 deletions(-) create mode 100644 src/components/Echarts/CategorymapHos.vue diff --git a/src/App.vue b/src/App.vue index 5d31f2f..4e7cc8a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ * @email: 18603454788@163.com * @Date: 2021-04-19 10:23:19 * @LastEditors: wally - * @LastEditTime: 2021-05-11 18:45:33 + * @LastEditTime: 2021-05-12 11:48:09 -->