From 5feb1f6e53b325822d305bbfcd4a6c644d9039dd Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Mon, 17 Feb 2020 16:38:53 +0800 Subject: [PATCH] clone_url --- public/react/src/forge/Main/CoderRootIndex.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/forge/Main/CoderRootIndex.js b/public/react/src/forge/Main/CoderRootIndex.js index 54d69f624..193af4aad 100644 --- a/public/react/src/forge/Main/CoderRootIndex.js +++ b/public/react/src/forge/Main/CoderRootIndex.js @@ -30,7 +30,7 @@ class CoderRootIndex extends Component{ branchs:undefined, branchList:undefined, branchLastCommit:undefined, - http_url:undefined + // http_url:undefined } } componentDidMount=()=>{ @@ -54,7 +54,7 @@ class CoderRootIndex extends Component{ branchList:result.data, branchs, branchLastCommit:result.data[0], - http_url:result.data[0].http_url + // http_url:result.data[0].http_url }) } }).catch((error)=>{})