ZZJ
2022-09-26 ca3145442e5b65e9daefb5e3bce09e220eead265
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
  });
};