heyujie
2021-10-11 ae2d855c89ca722ac7309fdf1aa6ceed370e3b95
src/api/trackCamera.ts
@@ -7,10 +7,11 @@
  });
};
export const showAllCameras = () => {
export const showAllCameras = (p:any) => {
  return request({
    url: "/data/api-v/cameraCompose/showAll",
    method: "get"
    method: "get",
    params:p
  });
};