From a6160be3ad7eb8eda09946e795723e3b2d191fea Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 26 May 2020 07:49:55 +0530 Subject: [PATCH] :bug: Fixed #896 --- pages/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/index.vue b/pages/index.vue index 4410efc6c..79368b24d 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1574,6 +1574,9 @@ export default { // this.$store.commit('setState', { 'value': ["POST", "PUT", "PATCH"].includes(this.method) ? 'application/json' : '', 'attribute': 'contentType' }) this.contentType = ["POST", "PUT", "PATCH"].includes(this.method) ? "application/json" : "" }, + preRequestScript: function (val, oldVal) { + this.uri = this.uri + }, }, computed: { /**