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