fix(接口定义): 修复tcp快捷调试问题

This commit is contained in:
fit2-zhao 2021-01-29 14:52:53 +08:00
parent 1b3a95fde2
commit 87d65f1c6f
1 changed files with 0 additions and 2 deletions

View File

@ -147,8 +147,6 @@
},
saveAs() {
let obj = {request: this.request};
obj.request.server = this.debugForm.server;
obj.request.port = this.debugForm.port;
obj.server = this.debugForm.server;
obj.port = this.debugForm.port;
obj.request.id = getUUID();