Przeglądaj źródła

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

余思翰 2 miesięcy temu
rodzic
commit
fa99f37e6e

+ 1
- 1
oa-ui/src/views/oa/study/components/videoStudy.vue Wyświetl plik

@@ -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() {

Ładowanie…
Anuluj
Zapisz