展品维保小程序前端代码接口
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.

12 lines
214 B

2 weeks ago
2 weeks ago
2 weeks ago
2 weeks 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. export {
  6. user,
  7. config,
  8. exhibit,
  9. login
  10. }