diff --git a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js index 50da053b2..84bdff5df 100644 --- a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js +++ b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js @@ -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";