Update pages/index.vue
This commit is contained in:
parent
cf88034230
commit
89f552872c
1 changed files with 1 additions and 1 deletions
|
|
@ -1897,7 +1897,7 @@ export default {
|
|||
requestString.push(` -H 'Content-Type: ${this.contentType}; charset=utf-8'`)
|
||||
requestString.push(` -d '${requestBody}'`)
|
||||
}
|
||||
return requestString.join(" \n")
|
||||
return requestString.join(" \\\n")
|
||||
}
|
||||
},
|
||||
tokenReqDetails() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue