1234567891011121314151617181920212223242526272829303132 |
- 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'
- export default {
- ...login,
- ...polyvVideo,
- ...oss,
- ...userInfo,
- ...system,
- ...wxpay,
- ...goods,
- ...business,
- ...course,
- ...grade,
- ...base,
- ...apply,
- ...systemPlan,
- ...myStudent,
- ...order,
- }
|