封装AXIOS,添加接口

- 今日体检统计信息
- 营收数据统计
This commit is contained in:
xianyi
2025-12-10 14:56:07 +08:00
parent 5f81667c60
commit 9c8b679689
8 changed files with 640 additions and 108 deletions

7
src/api/index.ts Normal file
View File

@@ -0,0 +1,7 @@
/**
* API 模块统一导出
*/
export * from './request';
export * from './types';
export * from './his';