删除consolo语句

This commit is contained in:
谢思 2021-10-08 14:46:39 +08:00
parent e0c8552c1e
commit 633a540fe7
1 changed files with 1 additions and 2 deletions

View File

@ -117,7 +117,7 @@ class CoderRootCommit extends Component{
isSpining:false isSpining:false
}) })
} }
}).catch((error)=>{console.log('error',error)}) }).catch((error)=>{console.log(error)})
} }
// 切换分支 search:tag为根据标签搜索 // 切换分支 search:tag为根据标签搜索
@ -132,7 +132,6 @@ class CoderRootCommit extends Component{
render(){ render(){
const { commitDatas , dataCount , limit , page , isSpining , branchList } = this.state; const { commitDatas , dataCount , limit , page , isSpining , branchList } = this.state;
console.log('page', page);
const { projectDetail, commit_class , defaultBranch } = this.props; const { projectDetail, commit_class , defaultBranch } = this.props;
const { projectsId , owner , branchName } = this.props.match.params; const { projectsId , owner , branchName } = this.props.match.params;
let branch = returnbar(branchName || defaultBranch); let branch = returnbar(branchName || defaultBranch);