diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js
index 227a496ad..c76f3858a 100644
--- a/src/forge/Main/Index.js
+++ b/src/forge/Main/Index.js
@@ -253,11 +253,11 @@ class Index extends Component {
newItem = ()=>{
return(
- - {this.props.history.push('/projects/deposit/new')}}>新建项目
- {/* {this.props.history.push('/projects/deposit/new')}}>新建项目 */}
+
-
+ {this.props.history.push('/projects/deposit/new')}}>新建项目
- - {this.props.history.push('/projects/mirror/new')}}>导入项目
- {/* {this.props.history.push('/projects/mirror/new')}}>导入项目 */}
+
-
+ {this.props.history.push('/projects/mirror/new')}}>导入项目
)
diff --git a/src/forge/Team/List.jsx b/src/forge/Team/List.jsx
index 736808a3d..91d56b7dc 100644
--- a/src/forge/Team/List.jsx
+++ b/src/forge/Team/List.jsx
@@ -61,11 +61,11 @@ function List(props){
)
const menu_new=(
- - {this.props.history.push(`/projects/deposit/new/${OIdentifier}`)}}>新建项目
- {/* {props.history.push(`/projects/deposit/new/${OIdentifier}`)}}>新建项目 */}
+
-
+ {props.history.push(`/projects/deposit/new/${OIdentifier}`)}}>新建项目
- - {this.props.history.push(`/projects/mirror/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 f26338b74..e3b39fee2 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/deposit/new')}}>新建项目
- {/* {this.props.history.push('/projects/deposit/new')}}>新建项目 */}
+
-
+ {this.props.history.push('/projects/deposit/new')}}>新建项目
- - {this.props.history.push('/projects/mirror/new')}}>导入项目
- {/* {this.props.history.push('/projects/mirror/new')}}>导入项目 */}
+
-
+ {this.props.history.push('/projects/mirror/new')}}>导入项目
{/* -
{this.props.history.push('/projects/deposit/new')}} >新建项目