From 0f91244780d4c1a52df5a19e7fc825153cf56ea8 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 16 Jan 2024 14:28:53 +0800 Subject: [PATCH 1/2] #4139 --- src/forge/New/Index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/forge/New/Index.js b/src/forge/New/Index.js index 5eca4814d..95fdf7c19 100644 --- a/src/forge/New/Index.js +++ b/src/forge/New/Index.js @@ -232,10 +232,10 @@ class Index extends Component { license_id:licenseFlag ? license_id : undefined, ignore_id:ignoreFlag ? ignore_id : undefined, // user_id:owners_id, - blockchain: tokenConTri, - blockchain_token_all: 10000, - blockchain_init_token: parseInt(blockchain_init), - auth_token:((projectsType && projectsType === "mirror") && gitHubUrl)? values.auth_token : undefined + // blockchain: tokenConTri, + // blockchain_token_all: 10000, + // blockchain_init_token: parseInt(blockchain_init), + // auth_token:((projectsType && projectsType === "mirror") && gitHubUrl)? values.auth_token : undefined }).then((result) => { if (result && result.data.id) { projectsType && projectsType !== "mirror" && this.props.showNotification(`项目创建成功!`); From f361ab04915caf431aec19b54b037ab7205a2eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Fri, 26 Jan 2024 14:46:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/tpm/TPMIndexHOC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tpm/TPMIndexHOC.js b/src/modules/tpm/TPMIndexHOC.js index 2ae289509..60f450c41 100644 --- a/src/modules/tpm/TPMIndexHOC.js +++ b/src/modules/tpm/TPMIndexHOC.js @@ -361,7 +361,7 @@ export function TPMIndexHOC(WrappedComponent) { items.map((item, index) => { return this.setState({active:item.icon}) } onMouseLeave={() => this.setState({active:""}) } // onMouseOver={() => setActive(item.icon)}