mark
2022-10-09 bf399dc65aa67c4355b0fdc516f8da5ca7234c82
src/api/system.ts
@@ -68,10 +68,11 @@
  });
};
export const getGB28181Config = () => {
export const getGB28181Config = (query: any) => {
  return request({
    url: "/data/api-v/gb28181/configShow",
    method: "get"
    url: "/saas/api-s/gb28181/configShow",
    method: "get",
    params:query
  });
};