Przeglądaj źródła

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

余思翰 10 miesięcy temu
rodzic
commit
fa99f37e6e

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

73
   },
73
   },
74
   computed: {
74
   computed: {
75
     fullVideoPath() {
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
   created() {
79
   created() {

Ładowanie…
Anuluj
Zapisz