Просмотр исходного кода

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

余思翰 1 год назад
Родитель
Сommit
fa99f37e6e
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      oa-ui/src/views/oa/study/components/videoStudy.vue

+ 1
- 1
oa-ui/src/views/oa/study/components/videoStudy.vue Просмотреть файл

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

Загрузка…
Отмена
Сохранить