From a757801658f92f9972efd6bf994305f266bcef26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= <792998983@qq.com>
Date: Thu, 27 Oct 2022 10:13:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E9=A1=B9=E7=9B=AE=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/forge/Main/Index.js | 8 ++++----
src/forge/Team/List.jsx | 8 ++++----
src/forge/users/InfosUser.js | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js
index 227a496a..c76f3858 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 736808a3..91d56b7d 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 f26338b7..e3b39fee 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')}} >新建项目