|
|
@ -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)=>{
|
|
|
|