Files
urbanLifeline/urbanLifelineWeb/packages/workcase/src/api/index.ts

5 lines
187 B
TypeScript
Raw Normal View History

2026-01-20 16:17:39 +08:00
export * from './workcase'
// 从shared导入系统和聊天相关API
export { guestAPI as systemAPI } from 'shared/api/sys/guest'
export { workcaseChatAPI as chatAPI } from './workcase'