From ee0f467d189e1535cbe9810d9a2d460a5f841bfc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 10 Aug 2021 08:37:54 +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 281b0b9..18cb7e0 100644
--- a/src/api/home/home.js
+++ b/src/api/home/home.js
@@ -5,4 +5,11 @@
     url: '/api/blade-user/getUserRegisterStatisticsData',
     method: 'get'
   })
+}
+
+export const getSevenDaty = () => {
+  return request({
+    url: '/api/alarm/alarm/countAlarm',
+    method: 'get'
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3