杨树林 5 years ago
parent 411f98297c
commit 1940d2222f

@ -146,7 +146,7 @@ class PathDetailIndex extends Component{
}
componentDidMount(){
debugger
const query = this.props.location.search;
// const type = query.split('?chinaoocTimestamp=');
// console.log("Eduinforms12345");
@ -170,7 +170,7 @@ class PathDetailIndex extends Component{
dataquerys:{},
})
}
debugger
this.getdatasindexs(undefined,dataqueryss);
}
//截取url 数据的
@ -196,7 +196,6 @@ class PathDetailIndex extends Component{
return json;
}
getdatasindexs=(key,yslwebobject)=>{
debugger
// yslwebobject 后端需要的接口
let pathid=this.props.match.params.pathId;
let url="/paths/"+pathid+".json";

Loading…
Cancel
Save