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) {
|
constructor(props) {
|
||||||
super(props)
|
super(props)
|
||||||
|
console.log(props)
|
||||||
}
|
}
|
||||||
|
|
||||||
// initResParams () {
|
// initResParams () {
|
||||||
|
@ -15,7 +15,7 @@ import {
|
|||||||
const initialState = {
|
const initialState = {
|
||||||
interfaceName: '',
|
interfaceName: '',
|
||||||
url: '',
|
url: '',
|
||||||
method: '',
|
method: 'GET',
|
||||||
// 默认请求头部有一条数据
|
// 默认请求头部有一条数据
|
||||||
seqGroup: [
|
seqGroup: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user