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

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

Loading…
Cancel
Save