mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-24 13:14:16 +08:00
docs: 删除console
This commit is contained in:
parent
b983ac538a
commit
0f732d2990
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user