From 09aecf625bba3a5c50093785167a37b1460ee607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 20 Dec 2019 22:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/tpm/shixunchild/Challenges/Challengesjupyter.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js index a6b230613..e795a48ab 100644 --- a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js +++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js @@ -215,7 +215,7 @@ class Challengesjupyter extends Component { modifyjupyter=()=>{ - this.props.showNotification('保存中!'); + this.props.showNotification('实训正在保存中...!'); let id=this.props.match.params.shixunId; var jupyter_port=""; @@ -235,12 +235,12 @@ class Challengesjupyter extends Component { if (result.data.status === 0) { // this.props.showNotification(`应用成功`); console.log("应用成功了"); - this.props.showNotification('保存成功!'); + this.props.showNotification('实训保存成功!'); }else{ this.props.showNotification(result.data.message); } }).catch((error) => { - this.props.showNotification('保存失败!'); + this.props.showNotification('实训保存失败!'); }) }