|
@@ -151,6 +151,9 @@
|
|
|
:type="itemss.type"
|
|
|
/>
|
|
|
</template>
|
|
|
+ <template v-if="itemss.type == 'CourseStart_chs'">
|
|
|
+ <CourseStart :cur-que="itemss.data" />
|
|
|
+ </template>
|
|
|
</template>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -187,6 +190,7 @@ import VoiceMatrix from "./preview/VoiceMatrix.vue"; // 语音矩阵
|
|
|
import RecordModule from "./preview/RecordModule.vue"; // 录音组件
|
|
|
import UploadControlView from "./preview/UploadControlView.vue"; //预览控件
|
|
|
import DialogueAnswerViewChs from "./preview/DialogueArticleViewChs/DialogueAnswerViewChs.vue"; // 文章模板
|
|
|
+import CourseStart from "./preview/CourseStart.vue" // 封面
|
|
|
|
|
|
export default {
|
|
|
name: "Preview",
|
|
@@ -217,6 +221,7 @@ export default {
|
|
|
RecordModule,
|
|
|
UploadControlView,
|
|
|
DialogueAnswerViewChs,
|
|
|
+ CourseStart,
|
|
|
},
|
|
|
props: [
|
|
|
"context",
|