diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js index a08c3d3bc..6ba2d34cd 100644 --- a/src/forge/Main/Index.js +++ b/src/forge/Main/Index.js @@ -256,11 +256,11 @@ class Index extends Component { newItem = ()=>{ return( - - {this.props.history.push('/projects/mirror/new')}}>新建镜像项目 - - {this.props.history.push('/projects/deposit/new')}}>新建托管项目 + {this.props.history.push('/projects/deposit/new')}}>新建项目 + + + {this.props.history.push('/projects/mirror/new')}}>导入项目 ) diff --git a/src/forge/Team/List.jsx b/src/forge/Team/List.jsx index 7e64c5de2..5eebfc385 100644 --- a/src/forge/Team/List.jsx +++ b/src/forge/Team/List.jsx @@ -63,10 +63,10 @@ function List(props){ const menu_new=( - {props.history.push(`/projects/deposit/new/${OIdentifier}`)}}>新建托管项目 + {props.history.push(`/projects/deposit/new/${OIdentifier}`)}}>新建项目 - {props.history.push(`/projects/mirror/new/${OIdentifier}`)}}>新建镜像项目 + {props.history.push(`/projects/mirror/new/${OIdentifier}`)}}>导入项目 ) diff --git a/src/forge/users/InfosUser.js b/src/forge/users/InfosUser.js index 276a0b1f8..d6f30ee89 100644 --- a/src/forge/users/InfosUser.js +++ b/src/forge/users/InfosUser.js @@ -115,11 +115,11 @@ class InfosUser extends Component { newItem =()=> ( - - {this.props.history.push('/projects/mirror/new')}}>新建镜像项目 - - {this.props.history.push('/projects/deposit/new')}} >新建托管项目 + {this.props.history.push('/projects/deposit/new')}} >新建项目 + + + {this.props.history.push('/projects/mirror/new')}}>导入项目 );