|
@@ -656,7 +656,7 @@
|
|
>
|
|
>
|
|
<iframe
|
|
<iframe
|
|
style="width: 100%; height: 100%; border: none"
|
|
style="width: 100%; height: 100%; border: none"
|
|
- v-if="pptImgUrl1.indexOf('knowledge.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('cloud.cocorobo.cn')!=-1"
|
|
|
|
|
|
+ v-if="pptImgUrl1.indexOf('knowledge.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('cloud.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('app.cocorobo.cn')!=-1"
|
|
:src="pptImgUrl1"
|
|
:src="pptImgUrl1"
|
|
></iframe>
|
|
></iframe>
|
|
<iframe
|
|
<iframe
|
|
@@ -13881,7 +13881,7 @@
|
|
</div>
|
|
</div>
|
|
<iframe
|
|
<iframe
|
|
style="width: 100%; height: 100%; border: none"
|
|
style="width: 100%; height: 100%; border: none"
|
|
- v-else-if="(fulltype == 2 || fulltype == 4) && (fullUrl.indexOf('knowledge.cocorobo.cn')!=-1 || fullUrl.indexOf('cloud.cocorobo.cn')!=-1)"
|
|
|
|
|
|
+ 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"
|
|
:src="fullUrl"
|
|
:src="fullUrl"
|
|
></iframe>
|
|
></iframe>
|
|
<iframe
|
|
<iframe
|
|
@@ -26027,7 +26027,7 @@ export default {
|
|
this.updateToolDetail(this.toolDetailIndex);
|
|
this.updateToolDetail(this.toolDetailIndex);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+
|
|
try {
|
|
try {
|
|
if (this.screenType == 2) {
|
|
if (this.screenType == 2) {
|
|
window.topU.postMessage({ allScreen: 4 }, "*");
|
|
window.topU.postMessage({ allScreen: 4 }, "*");
|