删除consolo语句
This commit is contained in:
parent
e0c8552c1e
commit
633a540fe7
|
@ -117,7 +117,7 @@ class CoderRootCommit extends Component{
|
|||
isSpining:false
|
||||
})
|
||||
}
|
||||
}).catch((error)=>{console.log('error',error)})
|
||||
}).catch((error)=>{console.log(error)})
|
||||
}
|
||||
|
||||
// 切换分支 search:tag为根据标签搜索
|
||||
|
@ -132,7 +132,6 @@ class CoderRootCommit extends Component{
|
|||
|
||||
render(){
|
||||
const { commitDatas , dataCount , limit , page , isSpining , branchList } = this.state;
|
||||
console.log('page', page);
|
||||
const { projectDetail, commit_class , defaultBranch } = this.props;
|
||||
const { projectsId , owner , branchName } = this.props.match.params;
|
||||
let branch = returnbar(branchName || defaultBranch);
|
||||
|
|
Loading…
Reference in New Issue