diff --git a/src/forge/Main/Detail.js b/src/forge/Main/Detail.js index 03257489..76852525 100644 --- a/src/forge/Main/Detail.js +++ b/src/forge/Main/Detail.js @@ -347,6 +347,7 @@ class Detail extends Component { const url = `/${owner}/${projectsId}/sync_mirror.json`; axios.post(url).then(result => { if (result && result.data && result.data.status === 0) { + this.props.showNotification("镜像同步成功!"); this.getProject(2); } else { this.props.showNotification("镜像同步失败!");