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

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 exhibit from '@/api/modules/exhibit'
  4. import login from '@/api/modules/login'
  5. import home from '@/api/modules/home'
  6. export {
  7. user,
  8. config,
  9. exhibit,
  10. login,
  11. home
  12. }