diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5802641d..1a7e6a46 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,9 +2,9 @@
-
-
-
+
+
+
@@ -15,45 +15,42 @@
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -62,9 +59,10 @@
-
+
-
+
+
@@ -74,6 +72,17 @@
+
+
+ versions
+ 缺陷
+ contents/file
+
+
+ $PROJECT_DIR$/src/forge
+ $PROJECT_DIR$/src
+
+
@@ -83,6 +92,9 @@
+
+
+
@@ -118,14 +130,7 @@
-
-
-
-
-
-
-
-
+
@@ -155,6 +160,7 @@
+
@@ -165,24 +171,24 @@
1584692398144
-
+
-
+
-
+
-
-
+
+
@@ -200,23 +206,32 @@
+
+
+
-
+
-
-
+
-
+
-
+
-
-
+
+
-
+
@@ -230,24 +245,81 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/forge/Main/CoderRootFileDetail.js b/src/forge/Main/CoderRootFileDetail.js
index 50113010..7972526d 100644
--- a/src/forge/Main/CoderRootFileDetail.js
+++ b/src/forge/Main/CoderRootFileDetail.js
@@ -53,7 +53,7 @@ class CoderRootFileDetail extends Component{
const { projectsId } = this.props.match.params;
const authorLogin = this.props.match.params.author;
- const url = `/${author.login}/${projectsId}/contents/files/delete.json`;
+ const url = `/repositories/${projectsId}/delete_file.json`;
axios.delete(url,{
params:{
filepath:detail.path,
@@ -77,7 +77,7 @@ class CoderRootFileDetail extends Component{
const { author , branch , detail}= this.props;
const { projectsId } = this.props.match.params;
const { value } = this.state;
- const url =`/${author.login}/${projectsId}/contents/files/update.json`;
+ const url =`/repositories/${projectsId}/update_file.json`;
axios.put(url,{
filepath:detail.path,
branch,
diff --git a/src/forge/Order/Detail.js b/src/forge/Order/Detail.js
index 21efe431..66f8ddbe 100644
--- a/src/forge/Order/Detail.js
+++ b/src/forge/Order/Detail.js
@@ -431,7 +431,7 @@ class Detail extends Component{
{
data ?
- 【{data.issue_classify === "issue" ? (data.tracker ? data.tracker : " 缺陷" ) : "合并请求"}】
+ 【{data.issue_classify === "issue" ? (data.tracker ? data.tracker : "缺陷" ) : "合并请求"}】
:
""
}