Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
c933140817
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/iframeView.vue

+ 1 - 1
src/views/iframeView.vue

@@ -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