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 |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/src/api/home/home.js b/src/api/home/home.js
index ea7b5a6..d5ba681 100644
--- a/src/api/home/home.js
+++ b/src/api/home/home.js
@@ -1,8 +1,23 @@
 import request from '@/router/axios';
 
-export const startList = () => {
+export const getList = () => {
   return request({
     url: '/api/blade-user/getUserRegisterStatisticsData',
-    method: 'get',
+    method: 'get'
+  })
+}
+
+export const getSevenDaty = () => {
+  return request({
+    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