From efa261b97d0974869276513b1e900421bf4ff573 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 06 May 2021 15:16:23 +0800
Subject: [PATCH] 1.设备状态页面故障状态隐藏,故障状态合并到设备状态中    2.警情处理完成后,修改设备状态为正常,新加参数设备编号

---
 src/api/dataL/axiosL.js |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/api/dataL/axiosL.js b/src/api/dataL/axiosL.js
index 5e99c2c..ff79c62 100644
--- a/src/api/dataL/axiosL.js
+++ b/src/api/dataL/axiosL.js
@@ -28,4 +28,24 @@
       ...dataM
     }
   })
+}
+
+export const getImg = (dataImg,methods) => { 
+  return request({
+    url: '/api/blade-jfpts/depl/selectInfo',
+    method: methods,
+    params: {
+      ...dataImg
+    }
+  })
+}
+
+export const getVideo = (deviceCode) => { 
+  return request({
+    url: 'https://web.byisf.com:18000/GetPlayUrl',
+    method: 'get',
+    params: {
+      ...deviceCode
+    }
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3