Files
sionrui/frontend/api/services/index.js

7 lines
192 B
JavaScript
Raw Normal View History

2026-01-18 15:27:43 +08:00
// API服务统一导出
export { createBaiLianService } from './bailian'
2025-11-13 01:06:28 +08:00
2026-01-18 15:27:43 +08:00
// 后续可添加其他服务模块
2025-11-13 01:06:28 +08:00
// export { UserService } from './user'
// export { ChatService } from './chat'