Update SlwVideo.vue

This commit is contained in:
刘仕伟
2022-03-23 10:16:32 +00:00
parent c6a13460ec
commit 79236440f9

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="slw"> <div class="slw">
<iframe v-if="isShow" :id="id" style="width: 100%; height: 100%;" :src="`http://cdn.cunwuyun.cn/jssdk/slw/index.html?url=${src}`"></iframe> <iframe v-if="isShow" :id="id" style="width: 100%; height: 100%;" :src="`https://cdn.cunwuyun.cn/jssdk/slw/index.html?url=${src}`"></iframe>
</div> </div>
</template> </template>