index.js 130 Bytes
import login from '@/apis/login/index.js'
import AllApi from '@/apis/all/index.js'
export default {
	...login,
	...AllApi,
}