|
|
|
@ -372,36 +372,7 @@ class App extends Component {
|
|
|
|
|
<Certifiedprofessional {...this.props} {...this.state} ModalCancelsy={this.ModalCancelsy} ModalshowCancelsy={this.ModalshowCancelsy}/>
|
|
|
|
|
<Router>
|
|
|
|
|
<Switch>
|
|
|
|
|
{/*题库问卷编辑详情*/}
|
|
|
|
|
<Route path="/banks/gtpoll/:workid/edit"
|
|
|
|
|
render={
|
|
|
|
|
(props) => (<PollNewQuestbank {...this.props} {...props} {...this.state} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
{/*毕设任务题库详情*/}
|
|
|
|
|
<Route path="/banks/gtask/:workid"
|
|
|
|
|
render={
|
|
|
|
|
(props) => (<Completetaskpage {...this.props} {...props} {...this.state} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
{/*毕设内容题库详情*/}
|
|
|
|
|
<Route path="/banks/gtopic/:workid"
|
|
|
|
|
render={
|
|
|
|
|
(props) => (<CompletetopicdePage {...this.props} {...props} {...this.state} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
{/*分组作业题库详情*/}
|
|
|
|
|
<Route path="/banks/group/:workid"
|
|
|
|
|
render={
|
|
|
|
|
(props) => (<GroupjobbankPage {...this.props} {...props} {...this.state} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
{/* 普通作业题库详情*/}
|
|
|
|
|
<Route path="/banks/normal/:workid"
|
|
|
|
|
render={
|
|
|
|
|
(props) => (<Generaljobbankdetails {...this.props} {...props} {...this.state} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
|
|
|
|
|
{/*题库*/}
|
|
|
|
|
<Route path="/topicbank/:username/:topicstype"
|
|
|
|
|
render={
|
|
|
|
|