|
@@ -42,7 +42,7 @@
|
|
|
:taskCount="taskCount"
|
|
|
/>
|
|
|
|
|
|
- <workFlowIframe v-if="itemType == 6 && iframeSrc.length" :iframeSrc="iframeSrc"></workFlowIframe>
|
|
|
+ <workFlowIframe v-show="itemType == 6 && iframeSrc.length" :iframeSrc="iframeSrc"></workFlowIframe>
|
|
|
<!-- <dialogArea
|
|
|
:courseDetail="courseDetail"
|
|
|
:openMegaphone="openMegaphone"
|
|
@@ -275,7 +275,7 @@
|
|
|
<div>对话</div>
|
|
|
</div>
|
|
|
<div
|
|
|
- v-if="iframeSrc.length && canUseCourseId.includes(courseId)"
|
|
|
+ v-if="iframeSrc.length && (canUseCourseId.includes(courseId) || oid == '91796dfb-8791-11ef-9b30-005056b86db5')"
|
|
|
:class="[
|
|
|
'ch_nav_box_middle_item',
|
|
|
itemType == 6 ? 'ch_nav_box_middle_item_active' : ''
|
|
@@ -557,6 +557,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
userid: this.$route.query.userid,
|
|
|
+ oid: this.$route.query.oid,
|
|
|
courseId: this.$route.query.courseId,
|
|
|
tcid2: this.$route.query.tcid,
|
|
|
type: 0,
|
|
@@ -825,28 +826,33 @@ ${_textData}
|
|
|
});
|
|
|
},
|
|
|
setIframeSrc() {
|
|
|
- const array = [
|
|
|
- { index: 0, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/6c5e785f-d1b0-11ef-b730-12e77c4cb76b', name:'赛规者'}] },
|
|
|
- { index: 1, src:
|
|
|
- [
|
|
|
- {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/45ab8600-d1b3-11ef-b730-12e77c4cb76b', name:'共情者'},
|
|
|
- {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/9645d16d-d1b7-11ef-b855-12e77c4cb76b', name:'解析者'},
|
|
|
- {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/1f8ee1b8-d258-11ef-8b75-12e77c4cb76b', name:'构想者'},
|
|
|
- ]
|
|
|
- },
|
|
|
- { index: 2, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/2bf156bc-d1ae-11ef-b730-12e77c4cb76b', name:'建模者'}] },
|
|
|
- { index: 3, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/2bf156bc-d1ae-11ef-b730-12e77c4cb76b', name:'建模者'}] },
|
|
|
- { index: 4, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/73371371-d1a8-11ef-b730-12e77c4cb76b', name:'编码者'}] },
|
|
|
- { index: 5, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/73371371-d1a8-11ef-b730-12e77c4cb76b', name:'编码者'}] },
|
|
|
- { index: 6, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/73371371-d1a8-11ef-b730-12e77c4cb76b', name:'编码者'}] },
|
|
|
- { index: 7, src: [
|
|
|
- {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/cd01ace0-d259-11ef-8b75-12e77c4cb76b', name:'项目书编者'},
|
|
|
- {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/a2f4c70a-d1b0-11ef-b730-12e77c4cb76b', name:'答辩者'},
|
|
|
- ]
|
|
|
- },
|
|
|
- ];
|
|
|
- const matched = array.find(el => el.index === this.courseType);
|
|
|
- this.iframeSrc = matched ? matched.src : [];
|
|
|
+ if(this.oid == '91796dfb-8791-11ef-9b30-005056b86db5'){
|
|
|
+ this.iframeSrc = [{src:'https://knowledge.cocorobo.hk/zh-HK/story-telling/44c84575-962a-41c6-9aa4-6f90bcd5f5d1',name:'学习助手'}]
|
|
|
+ }else {
|
|
|
+ const array = [
|
|
|
+ { index: 0, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/6c5e785f-d1b0-11ef-b730-12e77c4cb76b', name:'赛规者'}] },
|
|
|
+ { index: 1, src:
|
|
|
+ [
|
|
|
+ {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/45ab8600-d1b3-11ef-b730-12e77c4cb76b', name:'共情者'},
|
|
|
+ {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/9645d16d-d1b7-11ef-b855-12e77c4cb76b', name:'解析者'},
|
|
|
+ {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/1f8ee1b8-d258-11ef-8b75-12e77c4cb76b', name:'构想者'},
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ { index: 2, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/2bf156bc-d1ae-11ef-b730-12e77c4cb76b', name:'建模者'}] },
|
|
|
+ { index: 3, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/2bf156bc-d1ae-11ef-b730-12e77c4cb76b', name:'建模者'}] },
|
|
|
+ { index: 4, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/73371371-d1a8-11ef-b730-12e77c4cb76b', name:'编码者'}] },
|
|
|
+ { index: 5, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/73371371-d1a8-11ef-b730-12e77c4cb76b', name:'编码者'}] },
|
|
|
+ { index: 6, src: [{src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/73371371-d1a8-11ef-b730-12e77c4cb76b', name:'编码者'}] },
|
|
|
+ { index: 7, src: [
|
|
|
+ {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/cd01ace0-d259-11ef-8b75-12e77c4cb76b', name:'项目书编者'},
|
|
|
+ {src:'https://beta.knowledge.cocorobo.cn/zh-CN/story-telling/a2f4c70a-d1b0-11ef-b730-12e77c4cb76b', name:'答辩者'},
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ ];
|
|
|
+ const matched = array.find(el => el.index === this.courseType);
|
|
|
+ this.iframeSrc = matched ? matched.src : [];
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
//计时
|
|
|
startTime(time) {
|