Sfoglia il codice sorgente

修改文件地址

huangxiaojing 2 anni fa
parent
commit
21cdec2844

+ 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)
       }
     }
   },