mirror of
https://gitee.com/freshday/radar.git
synced 2026-03-22 04:37:16 +08:00
fix: http plugin fix a bug
Signed-off-by: feihu.wang <wfh45678@163.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user