|
|
|
@ -34,6 +34,7 @@ import QuestionUp from 'views/question/questionUp'; |
|
|
|
|
import ExamPaperList from 'views/examPaper/examPaperList'; |
|
|
|
|
import ExamDetailAnalysis from "../../views/exam-online/exam-detail-analysis"; |
|
|
|
|
import ExamPaperAnalysis from "../../views/exam-online/exam-paper-analysis"; |
|
|
|
|
import ExamPaperAdd from 'views/examPaper/examPaperAdd'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class ContentMain extends Component { |
|
|
|
@ -63,6 +64,7 @@ class ContentMain extends Component { |
|
|
|
|
<Route exact path='/questionAdd' component={ QuestionAdd }/> |
|
|
|
|
<Route exact path='/questionUp' component={ QuestionUp }/> |
|
|
|
|
<Route exact path='/examPaperList' component={ ExamPaperList }/> |
|
|
|
|
<Route exact path='/examPaperAdd' component={ ExamPaperAdd }/> |
|
|
|
|
<Redirect exact from='/' to='/home'/> |
|
|
|
|
</Switch> |
|
|
|
|
</div> |
|
|
|
|