Commit 22d8051e54456020ff9708d3575dc106069e0b50

Authored by 刘有才luck
1 parent e83854d1

wip: bug修复

Showing 1 changed file with 1 additions and 1 deletions
src/api/urls/apis.js
... ... @@ -506,7 +506,7 @@ export default {
506 506 // 获取年级信息
507 507 teacherClassList: "api_html/teaching/classList",
508 508 // 获取班级信息
509   - teacherGradeList: "api_html/teaching/grade",
  509 + teacherGradeList: "api_html/teaching/gradeByTeacher",
510 510 // 保存接口
511 511 getWrongQuestionSave: "api_html/teaching/wrongQuestion/save",
512 512 };
... ...