api.js 834 B

1234567891011121314151617181920212223242526272829303132
  1. import login from './httpList/login.js'
  2. import polyvVideo from './httpList/polyvVideo.js'
  3. import course from './httpList/course.js'
  4. import oss from './httpList/oss.js'
  5. import bank from './httpList/bank.js'
  6. import note from './httpList/note.js'
  7. import face from './httpList/face.js'
  8. import userInfo from './httpList/userInfo.js'
  9. import teacher from './httpList/teacher.js'
  10. import chapter from './httpList/chapter.js'
  11. import collect from './httpList/collect.js'
  12. import advertising from './httpList/advertising.js'
  13. import system from './httpList/system.js'
  14. import record from './httpList/record.js'
  15. import plan from './httpList/plan.js'
  16. export default {
  17. ...login,
  18. ...polyvVideo,
  19. ...course,
  20. ...oss,
  21. ...bank,
  22. ...note,
  23. ...face,
  24. ...userInfo,
  25. ...teacher,
  26. ...chapter,
  27. ...collect,
  28. ...advertising,
  29. ...system,
  30. ...record,
  31. ...plan
  32. }