|
|
@ -49,6 +49,7 @@ export default { |
|
|
|
myClassByStudent: `${host}occupationlab/achievement/myClassByStudent`, // 学生端:我的班级
|
|
|
|
myClassByStudent: `${host}occupationlab/achievement/myClassByStudent`, // 学生端:我的班级
|
|
|
|
getStudentInfoByAccountId: `${host}occupationlab/architecture/getStudentInfoByAccountId`, // 查看学生信息
|
|
|
|
getStudentInfoByAccountId: `${host}occupationlab/architecture/getStudentInfoByAccountId`, // 查看学生信息
|
|
|
|
enterExam: `${host}occupationlab/assessment/enterExam`, // 学生端——进入考试
|
|
|
|
enterExam: `${host}occupationlab/assessment/enterExam`, // 学生端——进入考试
|
|
|
|
|
|
|
|
collectPaper: `${host}occupationlab/assessment/collectPaper`, // 自动结束考试
|
|
|
|
|
|
|
|
|
|
|
|
// 课程学习
|
|
|
|
// 课程学习
|
|
|
|
queryGlClassification: `${host}occupationlab/management/edu/courseClassification/queryGlClassification`, // 查询课程分类
|
|
|
|
queryGlClassification: `${host}occupationlab/management/edu/courseClassification/queryGlClassification`, // 查询课程分类
|
|
|
|