|
|
@@ -10605,7 +10605,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
|
|
|
@@ -10623,7 +10623,13 @@
|
|
|
<iframe
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
security="restricted"
|
|
|
- v-if="(fulltype == 16)"
|
|
|
+ v-if="(fulltype == 16) && (fullUrl.indexOf('cocorobo')!=-1)"
|
|
|
+ :src="fullUrl"
|
|
|
+ ></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="fullUrl"
|
|
|
></iframe>
|