四零语境前端代码仓库
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 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'
import music from '@/api/modules/music'
export {
// user,
config,
login,
home,
member,
book,
promotion,
music
}