You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
168 B

  1. /*
  2. * 接口统一集成模块
  3. */
  4. import * as api from './modules/api'
  5. import * as http from './modules/http'
  6. // 默认全部导出
  7. export default {
  8. api,
  9. http
  10. }