mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
Merge branch 'dev' of http://gitlab.corp.qunar.com/mfe/yapi into dev
This commit is contained in:
commit
ee8591fd82
@ -28,6 +28,7 @@ class ResParams extends Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props)
|
||||
console.log(props)
|
||||
}
|
||||
|
||||
// initResParams () {
|
||||
|
@ -15,7 +15,7 @@ import {
|
||||
const initialState = {
|
||||
interfaceName: '',
|
||||
url: '',
|
||||
method: '',
|
||||
method: 'GET',
|
||||
// 默认请求头部有一条数据
|
||||
seqGroup: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user