|
|
|
@ -61,6 +61,7 @@ class ContentMain extends Component { |
|
|
|
|
<Route exact path='/exam-statistics' component={ ExamStatistics }/> |
|
|
|
|
<Route exact path='/exam-detail-analysis' component={ ExamDetailAnalysis }/> |
|
|
|
|
<Route exact path='/exam-paper-analysis' component={ ExamPaperAnalysis }/> |
|
|
|
|
<Route exact path='/exam_paper_analysis_detail' component={ ExamPaperAnalysisDetail }/> |
|
|
|
|
<Route exact path='/questionList' component={ QuestionList }/> |
|
|
|
|
<Route exact path='/questionAdd' component={ QuestionAdd }/> |
|
|
|
|
<Route exact path='/questionEdit' component={ QuestionEdit }/> |
|
|
|
|