From feaf0a9778879ef211c5587a513ba4cbdabb52d0 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期四, 23 六月 2022 17:42:58 +0800
Subject: [PATCH] bug修复
---
src/api/area.ts | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/api/area.ts b/src/api/area.ts
index 64aa691..17f5043 100644
--- a/src/api/area.ts
+++ b/src/api/area.ts
@@ -49,6 +49,21 @@
});
};
+export const getCameraBaseImage = (query: any) => {
+ return request({
+ url: "/data/api-v/gb28181/camera/capture",
+ method: "get",
+ params: query
+ });
+};
+
+export const getGb28181Pool = () => {
+ return request({
+ url: "/data/api-v/gb28181/treeSelected",
+ method: "get"
+ });
+};
+
export const refreshGB28181Tree = () => {
return request({
url: "/data/api-v/gb28181/treeRefresh",
--
Gitblit v1.8.0