@ -143,7 +143,7 @@ class BanksIndex extends Component{
}></Route>
{/*题库问卷编辑详情*/}
<Route path="/courses/poll/:workid/edit"
<Route path="/banks/poll/:workid/edit"
render={
(props) => (<PollNewQuestbank {...this.props} {...props} {...this.state} {...common} />)
}