From e21627767d7cb6f882dd6249f2acf90d035b7ec1 Mon Sep 17 00:00:00 2001 From: ZhangRuining <1049731766@qq.com> Date: Wed, 12 Mar 2025 11:44:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=E4=BC=A0=E5=8F=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/IndexItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Main/IndexItem.js b/src/forge/Main/IndexItem.js index 27483bb93..57fb56b6c 100644 --- a/src/forge/Main/IndexItem.js +++ b/src/forge/Main/IndexItem.js @@ -30,7 +30,7 @@ class PrivateAccessModal extends Component { alert_remarks: true, ...values, attachment_id: attachmentId.join(','), - invite_code: this.props.projectInfo.invite_code + code: this.props.projectInfo.invite_code }, }) .then((result) => {