diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index fcfb947b..58262656 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,8 +3,8 @@
-
-
+
+
@@ -14,11 +14,11 @@
-
+
-
-
+
+
@@ -26,10 +26,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -91,6 +127,8 @@
+
+
@@ -131,7 +169,7 @@
-
+
@@ -173,18 +211,19 @@
1584692398144
-
+
+
-
+
-
+
@@ -197,7 +236,7 @@
-
+
@@ -504,9 +543,19 @@
+
+
+
+
+
+
+
+
+
+
-
+
@@ -514,15 +563,35 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/forge/Newfile/UserSubmitComponent.js b/src/forge/Newfile/UserSubmitComponent.js
index d4ccd2f3..0a23e122 100644
--- a/src/forge/Newfile/UserSubmitComponent.js
+++ b/src/forge/Newfile/UserSubmitComponent.js
@@ -31,7 +31,7 @@ class UserSubmitComponent extends Component{
const url = `/${current_user && current_user.login}/${projectsId}/contents.json`;
axios.post(url,{
filepath:path,
- branch:submitType==="0" ? branch : undefined,
+ branch:branch,
new_branch:submitType==="1" ? values.branchname:undefined,
content,
message:values.desc
diff --git a/src/forge/Settings/Setting.js b/src/forge/Settings/Setting.js
index 540e24a9..316f2b58 100644
--- a/src/forge/Settings/Setting.js
+++ b/src/forge/Settings/Setting.js
@@ -200,7 +200,7 @@ class Setting extends Component{
删除本仓库
-
删除仓库是永久性的, 无法撤消
+
删除仓库是永久性的, 无法撤消,且删除后,与仓库关联的项目/工单/合并请求/版本发布等,均会被删除
删除本仓库