@@ -11,7 +11,7 @@ export default {
},
computed: {
url() {
- if (!!~this.$route.meta.url.indexOf("?toekn=")) {
+ if (!!~this.$route.meta.url.indexOf("?x-token=")) {
return this.$route.meta.url && this.token ? `${this.$route.meta.url}${this.token}` : ''
} else {
return this.$route.meta.url