chromesetting
杨树林 5 years ago
parent 9bcc7c8106
commit 71551ec21d

@ -206,7 +206,8 @@ class Challengesjupyter extends Component {
axios.get(url, {params: data})
.then((result) => {
if (result.data.status === 0) {
this.props.showNotification(`应用成功`);
// this.props.showNotification(`应用成功`);
console.log("应用成功了");
}
}).catch((error) => {
})

Loading…
Cancel
Save