()
| 491 | } |
| 492 | }, |
| 493 | 'teachers/classes' () { |
| 494 | if (me.showChinaResourceInfo() && !me.isNewDashboardActive()) { |
| 495 | return this.routeDirectly('courses/TeacherClassesView', [], { redirectStudents: true, teachersOnly: true }) |
| 496 | } else { |
| 497 | return this.routeDirectly('core/SingletonAppVueComponentView', arguments, { redirectStudents: true, teachersOnly: true }) |
| 498 | } |
| 499 | }, |
| 500 | 'teachers/projects/:classroomId': go('core/SingletonAppVueComponentView'), |
| 501 | 'teachers/assessments/:classroomId': go('core/SingletonAppVueComponentView'), |
| 502 | 'teachers/ai-junior/:classroomId': go('core/SingletonAppVueComponentView'), |
nothing calls this directly
no test coverage detected