|
|
@ -360,11 +360,11 @@ class Challengesjupyter extends Component {
|
|
|
|
let id=this.props.match.params.shixunId;
|
|
|
|
let id=this.props.match.params.shixunId;
|
|
|
|
let that=this;
|
|
|
|
let that=this;
|
|
|
|
Modal.confirm({
|
|
|
|
Modal.confirm({
|
|
|
|
title: '重置实训',
|
|
|
|
title: '重置环境',
|
|
|
|
content: (
|
|
|
|
content: (
|
|
|
|
<p style={{ lineHeight: '24px' }}>
|
|
|
|
<p style={{ lineHeight: '24px' }}>
|
|
|
|
你在本文件中修改的内容将丢失,<br />
|
|
|
|
你在本文件中修改的内容将丢失,<br />
|
|
|
|
是否确定重新加载初始代码?
|
|
|
|
是否确定重置环境?
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
),
|
|
|
|
),
|
|
|
|
okText: '确定',
|
|
|
|
okText: '确定',
|
|
|
|