|
@@ -654,9 +654,16 @@
|
|
|
v-else-if="showType == 2"
|
|
|
style="width: 95%; margin: 0 auto"
|
|
|
>
|
|
|
+ <iframe
|
|
|
+ style="width: 100%; height: 100%; border: none"
|
|
|
+ security="restricted"
|
|
|
+ v-if="pptImgUrl1.indexOf('knowledge.cocorobo.cn')!=-1 || pptImgUrl1.includes('cloud.cocorobo.cn')!=-1"
|
|
|
+ :src="pptImgUrl1"
|
|
|
+ ></iframe>
|
|
|
<iframe
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
security="restricted"
|
|
|
+ v-else
|
|
|
sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts allow-popups"
|
|
|
:src="pptImgUrl1"
|
|
|
></iframe>
|
|
@@ -26010,13 +26017,13 @@ export default {
|
|
|
this.updateToolDetail(this.toolDetailIndex);
|
|
|
}
|
|
|
});
|
|
|
- if (this.screenType == 2) {
|
|
|
- window.topU.postMessage({ allScreen: 4 }, "*");
|
|
|
- } else if (this.screenType == 3) {
|
|
|
- window.topU.postMessage({ allScreen: 5 }, "*");
|
|
|
- } else if (this.screenType == 1) {
|
|
|
- window.topU.postMessage({ allScreen: 6 }, "*");
|
|
|
- }
|
|
|
+ //if (this.screenType == 2) {
|
|
|
+ // window.topU.postMessage({ allScreen: 4 }, "*");
|
|
|
+ //} else if (this.screenType == 3) {
|
|
|
+ // window.topU.postMessage({ allScreen: 5 }, "*");
|
|
|
+ //} else if (this.screenType == 1) {
|
|
|
+ // window.topU.postMessage({ allScreen: 6 }, "*");
|
|
|
+ //}
|
|
|
this.setOperationTime();
|
|
|
this.selectEva();
|
|
|
this.getCourseDetail();
|