Browse Source

修改文件地址

huangxiaojing 2 years ago
parent
commit
21cdec2844
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/activity/invite-user/guide-pc.vue
  2. 1 1
      pages/activity/invite-user/guide.vue

+ 1 - 1
pages/activity/invite-user/guide-pc.vue

@@ -31,7 +31,7 @@ export default {
   computed: {
     videoURL() {
       return (key) => {
-        return fileKeyToUrl + key
+        return fileKeyToUrl(key)
       }
     }
   },

+ 1 - 1
pages/activity/invite-user/guide.vue

@@ -29,7 +29,7 @@ export default {
   computed: {
     videoURL() {
       return (key) => {
-        return fileKeyToUrl + key
+        return fileKeyToUrl(key)
       }
     }
   },