Update SlwVideo.vue

This commit is contained in:
刘仕伟
2022-04-18 05:53:38 +00:00
parent f91692a3e0
commit 40700d72c0

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="`https://cdn.cunwuyun.cn/jssdk/slw/index.html?isMobile=1&url=${src}`"></iframe> <iframe v-if="isShow" :id="id" style="width: 100%; height: 100%;" :src="`http://cdn.cunwuyun.cn/jssdk/slw/index.html?isMobile=1&url=${src}`"></iframe>
</div> </div>
</template> </template>