Merge branch 'dev'

This commit is contained in:
daihh
2022-06-02 14:44:32 +08:00
3 changed files with 9 additions and 7 deletions

View File

@@ -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 {