delete debug code.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -66,7 +66,6 @@ var app = new Vue({
|
||||
params: body,
|
||||
query: queryP,
|
||||
}
|
||||
// console.log(params)
|
||||
this.params = JSON.stringify(params);
|
||||
},
|
||||
filterParams(data) {
|
||||
|
||||
Reference in New Issue
Block a user