Sfoglia il codice sorgente

修改视频播放在服务器上不能播放的问题

余思翰 2 mesi fa
parent
commit
fa99f37e6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      oa-ui/src/views/oa/study/components/videoStudy.vue

+ 1
- 1
oa-ui/src/views/oa/study/components/videoStudy.vue Vedi File

@@ -73,7 +73,7 @@ export default {
73 73
   },
74 74
   computed: {
75 75
     fullVideoPath() {
76
-      return `/dev-api/profile/upload/${this.videoPath}`
76
+      return `${process.env.VUE_APP_BASE_API}/profile/upload/${this.videoPath}`
77 77
     }
78 78
   },
79 79
   created() {

Loading…
Annulla
Salva