|
|
|
@ -79,8 +79,8 @@ class Generaljobbankdetails extends Component {
|
|
|
|
|
const menuData={
|
|
|
|
|
tab:'0',//tab选中的index
|
|
|
|
|
menuArray:[//tab以及tab路由
|
|
|
|
|
{to:`/banks/normal/${workids}/${this.props.match.params.type}/details`,content:'内容详情'},
|
|
|
|
|
{to:`/banks/normal/${workids}/${this.props.match.params.type}/answer`,content:'参考答案'}
|
|
|
|
|
{to:`/banks/normal/${workids}/${this.props.match.params.type}?tab=0`,content:'内容详情'},
|
|
|
|
|
{to:`/banks/normal/${workids}/${this.props.match.params.type}/answer?tab=1`,content:'参考答案'}
|
|
|
|
|
],
|
|
|
|
|
category:'normal',//毕设选题
|
|
|
|
|
tos:`/banks/normal/${workids}/edit/${this.props.match.params.type}`,
|
|
|
|
|