|
@@ -587,7 +587,7 @@
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
allow="camera *; microphone *;display-capture;midi;encrypted-media;"
|
|
|
:key="diffKey"
|
|
|
- v-if="pptImgUrl1.indexOf('knowledge.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('cloud.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('app.cocorobo.cn')!=-1"
|
|
|
+ v-if="pptImgUrl1.indexOf('cocorobo')!=-1"
|
|
|
:src="pptImgUrl1"
|
|
|
></iframe>
|
|
|
<iframe
|
|
@@ -812,7 +812,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div
|
|
|
class="fileC_box"
|
|
|
v-if="fileC[taskCount].length > 0"
|
|
@@ -10499,7 +10499,7 @@
|
|
|
<iframe
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
allow="camera *; microphone *;display-capture;midi;encrypted-media;"
|
|
|
- v-else-if="(fulltype == 2 || fulltype == 4) && (fullUrl.indexOf('knowledge.cocorobo.cn')!=-1 || fullUrl.indexOf('cloud.cocorobo.cn')!=-1) || fullUrl.indexOf('app.cocorobo.cn')!=-1"
|
|
|
+ v-else-if="(fulltype == 2 || fulltype == 4) && (fullUrl.indexOf('cocorobo')!=-1)"
|
|
|
:src="fullUrl"
|
|
|
></iframe>
|
|
|
<iframe
|
|
@@ -13361,7 +13361,7 @@ export default {
|
|
|
this.insertMemorandum(`选择<span class="variable">阶段${i+1}${this.navList[i].dyName?':'+this.navList[i].dyName:''}</span>→<span class="variable">任务${j+1}${this.navList[i].task[j].taskName?':'+this.navList[i].task[j].taskName:''}</span>→<span class="variable">工具${k+1}:${this.toolsList[this.navList[i].task[j].tool[k].tool]}</span>`)
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// var b = this.$refs["bz" + k][0];
|
|
|
// a.scrollTop = b.offsetTop;
|
|
|
},
|