|
@@ -11,7 +11,7 @@ export default {
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
url() {
|
|
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}` : ''
|
|
return this.$route.meta.url && this.token ? `${this.$route.meta.url}${this.token}` : ''
|
|
} else {
|
|
} else {
|
|
return this.$route.meta.url
|
|
return this.$route.meta.url
|