diff --git a/src/components/Course/auditCourse1.vue b/src/components/Course/auditCourse1.vue index edf1a8c0..7f9135b9 100644 --- a/src/components/Course/auditCourse1.vue +++ b/src/components/Course/auditCourse1.vue @@ -236,7 +236,7 @@ import WxEditor from "@/components/Editor/index.vue"; import apiTag from "../../api/modules/tag.js"; import videoPlayer from "@/components/VideoPlayer/index.vue"; import audioPlayer from "@/components/AudioPlayer/index.vue"; -import apiCourseFile from '../../api/modules/courseFile.js'; +import apiCourseFile from '@/api/modules/courseFile.js'; import { mapGetters, mapActions } from "vuex"; // import hyperLink from '@/components/Course/hyperLink.vue'; export default { diff --git a/src/components/Course/weikeContent.vue b/src/components/Course/weikeContent.vue index 4ea62005..3576b892 100644 --- a/src/components/Course/weikeContent.vue +++ b/src/components/Course/weikeContent.vue @@ -741,6 +741,7 @@ this.converStatus = rs.result.converStatus; this.courseFileShow = false; this.cware.content.pdfPath=rs.result.previewFilePath; + this.cware.content.content=rs.result.previewFilePath; this.$forceUpdate(); } }); @@ -816,7 +817,7 @@ chooseHasCWare(row){ this.cware.content.contentRefId=row.id; this.cware.content.contentName=row.name; - // this.cware.content.content=row.filePath; + this.cware.content.content=row.filePath; this.cware.curriculumData.url = row.filePath; this.cware.content.duration=row.duration;//时长 this.cware.findShow=false; diff --git a/src/views/portal/course/Micro.vue b/src/views/portal/course/Micro.vue index b3d5d35b..54ef9ed6 100644 --- a/src/views/portal/course/Micro.vue +++ b/src/views/portal/course/Micro.vue @@ -20,7 +20,7 @@