This commit is contained in:
mxd
2021-07-10 08:39:02 +08:00
parent 8531e51b3e
commit 700366d593

View File

@@ -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 {