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 }); };