From f0ca4d8ba074e441b85f4d689850f14c41bb229c Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 30 Apr 2021 18:09: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