forked from Gitlink/forgeplus-react
This commit is contained in:
parent
e27dce3081
commit
0f91244780
|
|
@ -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(`项目创建成功!`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue