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

18 lines
364 B

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. export {
  9. user,
  10. config,
  11. login,
  12. home,
  13. member,
  14. book,
  15. promotion
  16. }