ZZJ
2021-12-13 bc630b555653be1cb6eff37ab2da18cd31e8ef81
src/pages/gb28181/index/api.ts
@@ -2,7 +2,7 @@
export const getGB28181Config = () => {
  return request({
    url: "/data/api-v/sysset/gb28181ConfigShow",
    url: "/data/api-v/gb28181/configShow",
    method: "get"
  });
};
@@ -10,7 +10,7 @@
export const saveGB28181Config = (query: any) => {
  return request({
    url: "/data/api-v/sysset/gb28181ConfEdit",
    url: "/data/api-v/gb28181/configEdit",
    method: "post",
    data: query
  });
@@ -40,14 +40,6 @@
  });
};
export const getLocalCameraTree = (query: any) => {
  return request({
    url: "/data/api-v/area/localmenu",
    method: "get",
    params: query
  });
};
export const getGB28181CameraTree = (query: any) => {
  return request({
    url: "/data/api-v/area/gb28181Tree",
@@ -69,4 +61,4 @@
    method: "post",
    data: query
  });
};
};