From 4fdf407c315aa4e0fb25e87419f441a0d7c3a8c2 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 05 Jan 2023 17:26:09 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs

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

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 1e1c407..b617e35 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-12-27 14:19:19
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-01-03 16:02:57
+ * @LastEditTime: 2023-01-05 15:16:20
  * @FilePath: \srs-police-affairs\src\api\home\index.js
  * @Description: 
  * 
@@ -28,6 +28,13 @@
     })
 }
 
+export const getAnswerPolices = () => {
+    return request({
+        url: `/api/doorplate/doorplate/acceptAlarmList`,
+        method: 'get',
+        params: {}
+    })
+}
 
 export const getCallPolices = () => {
     return request({

--
Gitblit v1.9.3