fix: http plugin fix a bug

Signed-off-by: feihu.wang <wfh45678@163.com>
This commit is contained in:
feihu.wang 2019-12-24 10:23:55 +08:00
parent 8446664c91
commit bf91e5ef84
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export default class AddPreItem extends React.Component{
status:1,
args:'',
reqType:'GET',
configJson:''
configJson:JSON.stringify({})
}
}

View File

@ -24,7 +24,7 @@ export default class EditPreItem extends React.Component{
status:1,
args:'',
reqType:'GET',
configJson:'',
configJson:JSON.stringify({}),
preItem:null
}