// // API模块化 // import login from './login'//登录用户操作管理 // import profession from './profession'//专业分类 // import famousTeacher from './famousTeacher'//名师管理 // // import course from './course'//课程管理 // // import smallChapter from './smallChapter'//课程小章 // import examFocus from './examFocus'//考试重点 // import bank from './bank'//题库管理 // import bankSection from './bankSection'//题库小节管理 // import paperquestioninfo from './paperquestioninfo'//题库详情管理 // import questionConfiguration from './questionConfiguration'//考题配置 // import userlist from './userlist'//用户信息管理 // import orderList from './orderList'//订单列表 // import arrangement from './arrangement'//考试安排......等 // import recruitmentTemplate from './recruitmentTemplate'//招聘模板管理 // import recruitmentManagem from './recruitmentManagem'//招聘需求管理 // import recruitmentCalendar from './recruitmentCalendar' // import companyMsg from './companyMsg'//公司管理列表 // import advertising from './advertising'//广告发布储存管理 // import activeConfiguration from './activeConfiguration'//活动配置管理 // import hierarchical from './hierarchical'//等级管理 // import taskManagement from './taskManagement'//任务存储管理 //新系统API存放位置 import courseEducationType from '../newApi/courseEducationType'//教育类型 import courseProjectType from '../newApi/courseProjectType'//项目类型 import applyAreas from '../newApi/applyAreas'//报考地区 import business from '../newApi/business'//业务层次 import certificate from '../newApi/certificate'//证书 import subject from '../newApi/subject'//科目/类目 import testPeriod from '../newApi/testPeriod'//考期 import colleges from '../newApi/colleges'//院校 import label from '../newApi/label'//标签 import professional from '../newApi/professional'//专业 import streaming from '../newApi/streaming'//课程-流媒体管理 import festival from '../newApi/festival'//课程-节管理 import gigChapter from '../newApi/gigChapter'//课程大章 import modules from '../newApi/modules'//课程模块 import course from '../newApi/course'//课程管理 import goods from '../newApi/goods'//商品 import goodmenuCourses from '../newApi/menuCourse'//课程目录 import paper from '../newApi/paper' //题库试卷管理 import bankChapter from '../newApi/bankChapter'//题库大章管理 import moduleBank from '../newApi/moduleBank'//题库模块管理 import pay from '../newApi/pay'//支付 import payee from '../newApi/payee'//收款方 import payeeInfo from '../newApi/payeeInfo'//收款方详情 import source from '../newApi/source'//渠道来源 import visit from '../newApi/visit'//到访校区 import serve from '../newApi/serve'//服务模式 import supply from '../newApi/supply'//供应方 import nature from '../newApi/nature'//收费 import cost from '../newApi/cost'//费用类型 import knowLedge from '../newApi/knowLedge'//知识点 import appuser from '../newApi/appuser'//客户端用户管理 import userInformationManagement from '../newApi/userInformationManagement'//用户信息管理 import roleInfoManagement from '../newApi/roleInfoManagement'//角色信息管理 import menu from '../newApi/menu'//菜单管理 import dictdata from '../newApi/dictData'//字典数据 import dicttype from '../newApi/dictType'//字典类型 import ossUpload from '../newApi/ossUpload'//上传文件 import jobManagement from '../newApi/jobManagement'//岗位管理 import paperquestion from '../newApi/paperquestion'//题库题目管理 import department from '../newApi/department'//部门信息管理 import operationLog from '../newApi/operationLog'//操作日志记录 import handout from '../newApi/handout'//讲义 import order from '../newApi/order'//订单 import orderSheet from '../newApi/orderSheet'//订单计费单 import classTab from '../newApi/classTab'//班级 import studentList from '../newApi/studentList'//学员 import profile from '../newApi/profile'//资料模板 import notification from '../newApi/notification'//通知 import notificationFL from '../newApi/notificationFL'//通知分类 import systemRemind from '../newApi/systemRemind'//提醒设置 import teacher from '../newApi/teacher'//教师 import examPlace from '../newApi/examPlace'//考试地点管理 import examNum from '../newApi/examNum'//考试次数配置管理 import examapply from '../newApi/examapply'//考试安排 import qianpeiApi from '../newApi/qianpeiApi'//前培 import applicationData from '../newApi/applicationData'//报考数据 import polyv from '../newApi/polyv'//保利威 import tc from '../newApi/tc'//腾讯 import profiles from '../newApi/profiles'//填写资料审核管理 import profileStamp from '../newApi/profileStamp'//盖章资料审核管理 import recordList from '../newApi/recordList'//试卷做题记录 import adv from '../newApi/adv'//广告位管理 import advList from '../newApi/advList'//广告位发布储存管理 import answer from '../newApi/answer'//答疑管理 import rolesBusin from '../newApi/rolesBusin'//角色和业务层次关联 import reviewer from '../newApi/reviewer'//学时审核用户 import invoice from '../newApi/invoice'//订单发票 import orderBusiness from '../newApi/orderBusiness'//录单配置 import orderConfigBusiness from '../newApi/orderConfigBusiness'//配置详情 import newOrder from '../newApi/newOrder'//录单管理 import refund from '../newApi/refund'//退费管理 import activityRecommend from '../newApi/activityRecommend'//商品推荐管理 import homeApi from '../newApi/homeApi'//控制台学员数据 import studyAccountStatus from '../newApi/studyAccountStatus'//学习账号标记 import mock from '../newApi/mock'//模考管理 import mockSub from '../newApi/mockSub'//预约模考管理 import systemExam from '../newApi/systemExam'//模考活动列表 import archives from '../newApi/archives'//档案管理 import orderInvoice from '../newApi/orderInvoice'//订单发票管理 //分销相关 import poster from '../fxApi/poster'//海报列表 import temp from '../fxApi/temp'//分销活动列表 import check from '../fxApi/check'//分销审核 // 导入对应模块------------------------ export default { ...orderInvoice, ...archives, ...poster, ...temp, ...check, ...courseEducationType, ...courseProjectType, ...applyAreas, ...business, ...certificate, ...subject, ...testPeriod, ...colleges, ...label, ...professional, ...streaming, ...festival, ...pay, ...payee, ...source, ...serve, ...visit, ...supply, ...nature, ...cost, ...gigChapter, ...modules, ...course, ...goods, ...goodmenuCourses, ...knowLedge, ...paper, ...bankChapter, ...moduleBank, ...payeeInfo, ...appuser, ...userInformationManagement, ...roleInfoManagement, ...menu, ...dictdata, ...dicttype, ...ossUpload, ...paperquestion, ...jobManagement, ...department, ...operationLog, ...handout, ...order, ...orderSheet, ...classTab, ...studentList, ...profile, ...notification, ...notificationFL, ...systemRemind, ...teacher, ...examPlace, ...examNum, ...examapply, ...qianpeiApi, ...applicationData, ...polyv, ...tc, ...profiles, ...profileStamp, ...recordList, ...adv, ...advList, ...answer, ...rolesBusin, ...reviewer, ...invoice, ...orderBusiness, ...orderConfigBusiness, ...newOrder, ...refund, ...activityRecommend, ...homeApi, ...studyAccountStatus, ...mock, ...mockSub, ...systemExam, // ...login, // ...profession, // ...advertising, // ...activeConfiguration, // ...arrangement, // ...dictdata, // ...dicttype, // ...famousTeacher, // // ...smallChapter, // ...examFocus, // ...bank, // ...bankSection, // ...paperquestioninfo, // ...questionConfiguration, // ...userlist, // ...orderList, // ...hierarchical, // ...taskManagement, // ...recruitmentTemplate, // ...recruitmentManagem, // ...companyMsg, // ...recruitmentCalendar }