zhangzengfei
2021-05-25 27e9c1b8ae1289721e2385c1ef853ce66b459af5
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/area/gb28181RefreshTree",