docs: 删除console

This commit is contained in:
wenbo.dong 2017-07-28 17:45:45 +08:00
parent b983ac538a
commit 0f732d2990

View File

@ -53,7 +53,6 @@ class Interface extends Component {
}
this.props.saveInterfaceProjectId(interfaceId)
console.log(params);
axios.get('/interface/list', params)
.then(result => {
result = result.data.data
@ -72,13 +71,10 @@ class Interface extends Component {
const reg = /project\/(\d+)/g
const url = location.href
url.match(reg)
console.log(url.match(reg));
console.log(RegExp.$1);
return RegExp.$1
}
render () {
console.log('==================');
const { interfaceData, projectMember, modalVisible } = this.props
return (
<div className="g-doc">