delete debug code.

This commit is contained in:
xiawenlong
2021-10-19 19:07:20 +08:00
parent 5db2b168de
commit 20fea2b68c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -44,7 +44,6 @@ var app = new Vue({
const header = this.filterParams(this.header)
const body = this.filterParams(this.body)
const queryP = this.filterParams(this.queryP)
console.log(header);
const params = {
header: header,
params: body,
-1
View File
@@ -66,7 +66,6 @@ var app = new Vue({
params: body,
query: queryP,
}
// console.log(params)
this.params = JSON.stringify(params);
},
filterParams(data) {