From ba50073d4aeda7a1e30243e6469be9c2cec472b3 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期六, 08 十月 2022 18:17:25 +0800
Subject: [PATCH] 修改检索显示的摄像机地址,调整上报页面的查询

---
 src/api/report.ts |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/api/report.ts b/src/api/report.ts
index 782d199..6f7fd07 100644
--- a/src/api/report.ts
+++ b/src/api/report.ts
@@ -65,7 +65,7 @@
 
 /**
  * 
- * 鏁版嵁鎺ㄩ�� 璁惧淇℃伅缁存姢
+ * 鏁版嵁涓婁紶 璁惧淇℃伅缁存姢
 鏌ヨ璁惧
  */
 export const getDevicesList = (query: any) => {
@@ -140,7 +140,7 @@
     params: query
   })
 }
-// 鎬诲紑鍏�
+// 鎬诲紑鍏崇殑鏀瑰彉
 export const camerasSwitch = (query: any) => {
   return request({
     url: "/api-a/v1/cameras/switch",
@@ -148,10 +148,21 @@
     params: query
   })
 }
-
+// 鎬诲紑鍏崇殑鐘舵��
 export const camerasConfig = () => {
   return request({
     url: "/api-a/v1/cameras/config",
     method: "get"
   })
 }
+/**
+ *
+ * 鎶ヨ鎺ㄩ�佹棩蹇�
+ */
+export const camerasReportLog = (query: any) => {
+  return request({
+    url: "/api-a/v1/cameras/reportLog",
+    method: "get",
+    params: query
+  })
+}

--
Gitblit v1.8.0