From 84daeec964b7fb8569e95ea01b761f2f77a923f1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 10 Aug 2021 16:19:33 +0800
Subject: [PATCH] 首页数据

---
 src/api/home/home.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/home/home.js b/src/api/home/home.js
index d5ba681..db38fbc 100644
--- a/src/api/home/home.js
+++ b/src/api/home/home.js
@@ -20,4 +20,11 @@
     url: '/api/blade-user/getUserTypeCount',
     method: 'get'
   })
+}
+
+export const getMapData = () => {
+  return request({
+    url: '/api/blade-user/getUserDistrictTypeCount',
+    method: 'get'
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3