zhangzengfei
2021-01-28 beab00107c3daefd102cc559fb44300da9b7497a
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 }
  });
};