src/api/camera.ts @@ -27,8 +27,9 @@ export const getCameraInfo = (id: string) => { return request({ url: "/data/api-v/camera/show/" + id, method: "get" url: "/data/api-v/camera/show", method: "get", params: { cid: id } }); };