This commit is contained in:
zk
2023-12-14 09:23:58 +08:00
parent 825d10fc35
commit d614f10bb5
25 changed files with 826 additions and 558 deletions
@@ -2,6 +2,8 @@ import { get } from '/@/api/request.ts';
export enum Api {
footerStatistic = '/health-watch/watch/deptStatisticData/list',
mapListApi = '/health-watch/watch/watchDevice/getMapList',
}
export const footerApi = (params) => get(Api.footerStatistic, params);
export const footerApi = (params) => get(Api.footerStatistic, params);
export const mapListApi = (params) => get(Api.mapListApi, params);