| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | import login from './httpList/login.js'import polyvVideo from './httpList/polyvVideo.js'import oss from './httpList/oss.js'import userInfo from './httpList/userInfo.js'import wxpay from './httpList/wxpay.js'import system from './httpList/system.js'import goods from './httpList/goods.js'import business from './httpList/business.js'import course from './httpList/course.js'import grade from './httpList/grade.js'import base from './httpList/base.js'import apply from './httpList/apply.js'import systemPlan from './httpList/systemPlan.js'import myStudent from './httpList/myStudent.js'import order from './httpList/order.js'import informUser from './httpList/informUser.js'import study from './httpList/study.js'import profileTp from './httpList/profileTp.js'import answer from './httpList/answer.js'import note from './httpList/note.js'import exam from './httpList/exam.js'import profileStamp from './httpList/profileStamp.js'export default {	...login,	...polyvVideo,	...oss,	...userInfo,	...system,	...wxpay,	...goods,	...business,	...course,	...grade,	...base,	...apply,	...systemPlan,	...myStudent,	...order,	...informUser,	...study,	...profileTp,	...answer,	...note,	...exam,	...profileStamp,}
 |