Browse Source

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

余思翰 2 months ago
parent
commit
fa99f37e6e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      oa-ui/src/views/oa/study/components/videoStudy.vue

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

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

Loading…
Cancel
Save