diff --git a/pages/index.vue b/pages/index.vue index a9541abf..ba59c9a6 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1547,7 +1547,7 @@ export default { "text/plain", ], canListParameters() { - this.contentType === "application/x-www-form-urlencoded" + return this.contentType === "application/x-www-form-urlencoded" }, uri: { get() {