dev_forum
杨树明 6 years ago
parent 279af48aba
commit 85b14824ad

@ -279,6 +279,7 @@ debugger
this.props.unlocationNavfun(undefined) this.props.unlocationNavfun(undefined)
} else { } else {
this.props.unlocationNavfun(key) this.props.unlocationNavfun(key)
this.props.history.replace(urls);
} }
} }
this.setState({ this.setState({
@ -688,6 +689,9 @@ debugger
if(urls!=url){ if(urls!=url){
this.props.history.replace(urls); this.props.history.replace(urls);
} }
if(this.props.indexs===undefined){
this.props.history.replace(urls);
}
} }
maincontent=(item,key)=>{ maincontent=(item,key)=>{

Loading…
Cancel
Save