|
@@ -585,6 +585,7 @@
|
|
|
>
|
|
|
<iframe
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
+ allow="camera *; microphone *;display-capture;midi;encrypted-media;"
|
|
|
v-if="pptImgUrl1.indexOf('knowledge.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('cloud.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('app.cocorobo.cn')!=-1"
|
|
|
:src="pptImgUrl1"
|
|
|
></iframe>
|
|
@@ -10424,6 +10425,7 @@
|
|
|
></iframe> -->
|
|
|
<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"
|
|
|
:src="fullUrl"
|
|
|
></iframe>
|
|
@@ -13952,7 +13954,7 @@ export default {
|
|
|
this.englishToolIndex = 0;
|
|
|
this.engDialogVisible = false;
|
|
|
this.selectSWorks();
|
|
|
- this.selectStudent();
|
|
|
+ this.selectStudent();
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
this.$message.error("提交失败");
|