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 }