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

19 lines
418 B

import user from '@/api/modules/user'
import shop from '@/api/modules/shop'
import score from '@/api/modules/score'
import config from '@/api/modules/config'
import home from '@/api/modules/home'
import activity from '@/api/modules/activity'
import login from '@/api/modules/login'
import community from '@/api/modules/community'
export {
user,
shop,
score,
config,
home,
activity,
login,
community
}