diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js index e41ffca36..5bfc133f2 100644 --- a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js +++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js @@ -569,20 +569,7 @@ class Challengesjupyter extends Component { }

}

- { - booljupyterurls===true? - ( - this.state.jupyter_url === null? -
- -

加载实训失败,

this.updatamakedowns()}>重新加载

- -
- :"" - ) - :"" - } {this.state.isopentitletype==="Less"?"":this.state.opentitletype===true?this.opentitle()} className={"pointer Breadcrumbfont color-grey-9 "}> @@ -750,7 +737,13 @@ class Challengesjupyter extends Component {
- :
+ : +
+
+ +

加载实训失败,

this.updatamakedowns()}>重新加载

+ +
) : @@ -776,4 +769,17 @@ class Challengesjupyter extends Component { } export default Challengesjupyter; - +{/*{*/} +{/* booljupyterurls===true?*/} +{/* (*/} +{/* this.state.jupyter_url === null?*/} +{/*
*/} +{/* */} +{/*

加载实训失败,

this.updatamakedowns()}>重新加载

*/} + +{/*
*/} + +{/* :""*/} +{/* )*/} +{/* :""*/} +{/*}*/}