From 24bd787b397ebdc7ecfc7e8e5f49544599cd9d62 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 09 May 2021 15:24:37 +0800
Subject: [PATCH] 预警分析页面预警时段分布修改为柱状图
---
src/api/dataL/axiosL.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/dataL/axiosL.js b/src/api/dataL/axiosL.js
index 734e379..ff79c62 100644
--- a/src/api/dataL/axiosL.js
+++ b/src/api/dataL/axiosL.js
@@ -38,4 +38,14 @@
...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