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