zhangzengfei
2022-08-22 f14f98a263141d2f8ec0079866a758cc7a1c38d1
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
  });
};