diff --git a/src/forge/New/Index.js b/src/forge/New/Index.js index 208d03672..aaaab6c82 100644 --- a/src/forge/New/Index.js +++ b/src/forge/New/Index.js @@ -209,17 +209,16 @@ class Index extends Component { user_id:owners_id }).then((result) => { if (result && result.data.id) { - this.setState({ - isSpin: false - }) projectsType && projectsType !== "mirror" && this.props.showNotification(`托管项目创建成功!`); this.props.history.push(`/${result.data.login}/${result.data.identifier}`); } + this.setState({ + isSpin: false + }) }).catch((error) => { this.setState({ isSpin: false }) - console.log(error); }) } else { this.setState({