This commit is contained in:
caishi 2024-01-16 14:28:53 +08:00
parent e27dce3081
commit 0f91244780
1 changed files with 4 additions and 4 deletions

View File

@ -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(`项目创建成功!`);