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

import user from '@/api/modules/user'
import config from '@/api/modules/config'
import exhibit from '@/api/modules/exhibit'
import login from '@/api/modules/login'
export {
user,
config,
exhibit,
login
}