四零语境前端代码仓库
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.

19 lines
418 B

1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
  1. // import user from '@/api/modules/user'
  2. import config from '@/api/modules/config'
  3. import login from '@/api/modules/login'
  4. import home from '@/api/modules/home'
  5. import member from '@/api/modules/member'
  6. import book from '@/api/modules/book'
  7. import promotion from '@/api/modules/promotion'
  8. import music from '@/api/modules/music'
  9. export {
  10. // user,
  11. config,
  12. login,
  13. home,
  14. member,
  15. book,
  16. promotion,
  17. music
  18. }