zhangzengfei
2022-05-20 5d9d45b9ddc4d99aba2d9dd9d75fc4d7ebf639d1
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
  });
};