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 }); };