mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-06-09 18:32:16 +08:00
fix
This commit is contained in:
@@ -348,7 +348,6 @@
|
||||
this.bodyEditor.onDidChangeModelContent(() => {
|
||||
this.updateRequestBody(this.bodyEditor.getValue())
|
||||
this.info.requestBody = this.bodyEditor.getValue()
|
||||
console.log('变化?')
|
||||
})
|
||||
this.bodyEditor.onDidPaste((e) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user