/* * 接口统一集成模块 */ import * as api from './modules/api' import * as http from './modules/http' // 默认全部导出 export default { api, http }