From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +0800
Subject: [PATCH] 修改
---
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