|
|
@@ -348,7 +348,7 @@ const getUrlParam = (urlStr, urlKey) => {
|
|
|
<div v-loading="isShow" style="height: 100vh;">
|
|
|
<router-view></router-view>
|
|
|
</div>
|
|
|
- <iframe :src="courseUrl" class="courseIframe" v-if="courseUrl"></iframe>
|
|
|
+ <iframe :src="courseUrl" allow="camera *; microphone *;display-capture;midi;encrypted-media;clipboard-write;clipboard-read" :webkitallowfullscreen="true" :mozallowfullscreen="true" :allowfullscreen="true" class="courseIframe" v-if="courseUrl"></iframe>
|
|
|
<!-- </keep-alive> -->
|
|
|
</template>
|
|
|
|