From fa6fde084a3f6bd75e792c9ecfeda1ef683e7307 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 29 Apr 2021 15:56:12 +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