From 506ed59d7e4e8952b141a9ff1f41fbddc58a6ce0 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 10 Aug 2021 09:34:21 +0800
Subject: [PATCH] 首页数据左上角
---
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