From 87e2bd6d754d33dc2153ea9a382f691af91f64ba Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 14 Jan 2023 14:58:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/api/home/index.js | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index 934e5ee..2b7002b 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-11 11:41:50
+ * @LastEditTime: 2023-01-13 17:42:10
* @FilePath: \srs-police-affairs\src\api\home\index.js
* @Description:
*
@@ -126,4 +126,16 @@
...params
}
})
+}
+
+// 获取设备数据
+export const getEquipmentAll = (params) => {
+ return request({
+ url: `/api/alarm/alarm/channelsCarAll`,
+ method: 'get',
+ params: {
+ ...params,
+ deviceId: '36110000002009999000'
+ }
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3