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

18 lines
364 B

import user from '@/api/modules/user'
import config from '@/api/modules/config'
import login from '@/api/modules/login'
import home from '@/api/modules/home'
import member from '@/api/modules/member'
import book from '@/api/modules/book'
import promotion from '@/api/modules/promotion'
export {
user,
config,
login,
home,
member,
book,
promotion
}