This commit is contained in:
yanran200730
2022-03-28 11:31:00 +08:00
parent 0d37b62ab6
commit baa6944b8b

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?url=${src}`"></iframe> <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>
</div> </div>
</template> </template>