From a6f0596a6365b3ebdfd32af7fa2a740577aaef9d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 10 Aug 2021 09:37:11 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity

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

diff --git a/src/api/home/home.js b/src/api/home/home.js
index 18cb7e0..d5ba681 100644
--- a/src/api/home/home.js
+++ b/src/api/home/home.js
@@ -12,4 +12,12 @@
     url: '/api/alarm/alarm/countAlarm',
     method: 'get'
   })
+}
+
+
+export const getLeftUp = () => {
+  return request({
+    url: '/api/blade-user/getUserTypeCount',
+    method: 'get'
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3