소스 검색

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

余思翰 2 달 전
부모
커밋
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,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…
취소
저장