mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-07 14:16:52 +08:00
opti: 清理console日志
This commit is contained in:
parent
43b8e846aa
commit
8185eedb2d
@ -237,7 +237,7 @@ export default class Run extends Component {
|
||||
files: bodyType === 'form' ? this.getFiles(bodyForm) : {},
|
||||
file: bodyType === 'file' ? 'single-file' : null,
|
||||
success: (res, header, third) => {
|
||||
console.log('suc', third);
|
||||
// console.log('suc', third);
|
||||
this.setState({
|
||||
resStatusCode: third.res.status,
|
||||
resStatusText: third.res.statusText
|
||||
@ -549,11 +549,11 @@ export default class Run extends Component {
|
||||
}, 0);
|
||||
}
|
||||
|
||||
@autobind
|
||||
fileChange(e, index) {
|
||||
console.log(e)
|
||||
console.log(index)
|
||||
}
|
||||
// @autobind
|
||||
// fileChange(e, index) {
|
||||
// console.log(e)
|
||||
// console.log(index)
|
||||
// }
|
||||
|
||||
@autobind
|
||||
onTestSwitched(checked) {
|
||||
|
@ -289,7 +289,7 @@ export default class InterfaceColMenu extends Component {
|
||||
// }
|
||||
|
||||
// console.log(this.props.match);
|
||||
console.log(currColId)
|
||||
// console.log(currColId)
|
||||
// currColId = this.props.match.params.id?this.props.match.params.id:currColId;
|
||||
return (
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user