mirror of
https://gitee.com/freshday/radar.git
synced 2025-12-26 07:16:26 +08:00
fix: http plugin fix a bug
Signed-off-by: feihu.wang <wfh45678@163.com>
This commit is contained in:
parent
8446664c91
commit
bf91e5ef84
@ -24,7 +24,7 @@ export default class AddPreItem extends React.Component{
|
||||
status:1,
|
||||
args:'',
|
||||
reqType:'GET',
|
||||
configJson:''
|
||||
configJson:JSON.stringify({})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ export default class EditPreItem extends React.Component{
|
||||
status:1,
|
||||
args:'',
|
||||
reqType:'GET',
|
||||
configJson:'',
|
||||
configJson:JSON.stringify({}),
|
||||
preItem:null
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user