少传参数导致跳转失败
This commit is contained in:
parent
83e202dc85
commit
cb8e3488bf
|
|
@ -44,7 +44,7 @@ export default (props)=>{
|
|||
return(
|
||||
<Box>
|
||||
<Short>
|
||||
<Setnav header={<Title>团队设置</Title>} nav={array}></Setnav>
|
||||
<Setnav header={<Title>团队设置</Title>} nav={array} history={props.history}></Setnav>
|
||||
</Short>
|
||||
<Long>
|
||||
<Gap>
|
||||
|
|
|
|||
Loading…
Reference in New Issue