heyujie
2022-01-05 0a79270caa47b53f4525b867d0533052b5e30f24
src/api/trackCamera.ts
@@ -5,4 +5,13 @@
    url: "/playState",
    method: "get"
  });
};
};
export const showAllCameras = (p:any) => {
  return request({
    url: "/data/api-v/cameraCompose/showAll",
    method: "get",
    params:p
  });
};