|
|
@@ -426,7 +426,7 @@
|
|
|
<shareDialog ref="shareDialogRef"/>
|
|
|
<templateDialog :dialogVisibleTemplate.sync="dialogVisibleTemplate" :userid="userid" :org="org" :oid="oid" @goToCourseTemplate="goToCourseTemplate" @goToCourseTemplate2="goToCourseTemplate2"></templateDialog>
|
|
|
<templateDialogE :dialogVisibleTemplate.sync="dialogVisibleTemplate2" :userid="userid" :org="org" :oid="oid" @goToCourseTemplate="goToCourseTemplateE" @goToCourseTemplate2="goToCourseTemplate2E"></templateDialogE>
|
|
|
- <iframe :src="courseUrl" class="courseIframe" v-if="courseUrl"></iframe>
|
|
|
+ <iframe allow="camera *; microphone *;display-capture;midi;encrypted-media;clipboard-write;clipboard-read" :webkitallowfullscreen="true" :mozallowfullscreen="true" :allowfullscreen="true" :src="courseUrl" class="courseIframe" v-if="courseUrl"></iframe>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -1271,7 +1271,7 @@ export default {
|
|
|
console.error(err);
|
|
|
});
|
|
|
},
|
|
|
- getCourse2() {
|
|
|
+ getCourse3() {
|
|
|
console.log("typea", this.typea);
|
|
|
// this.isLoading = true;
|
|
|
let params = {
|
|
|
@@ -1640,7 +1640,7 @@ export default {
|
|
|
}
|
|
|
if(this.org && this.org == '3d2d45b1-703b-11f1-9985-005056924926'){
|
|
|
setInterval(() => {
|
|
|
- this.getCourse2()
|
|
|
+ this.getCourse3()
|
|
|
}, 10000);
|
|
|
}
|
|
|
}
|