🐞 fix: 修复iframe跳转问题

This commit is contained in:
IGCrystal
2025-06-16 00:47:41 +08:00
parent e6c8507379
commit 60b2ff0a7a
@@ -195,7 +195,7 @@ function endDrag() {
<!-- 跳转按钮 -->
<v-btn
icon
@click.stop="openIframeLink"
@click.stop="openIframeLink('https://astrbot.app')"
@mousedown.stop
style="border-radius: 8px; border: 1px solid #ccc;"
>
@@ -218,4 +218,4 @@ function endDrag() {
style="width: 100%; height: calc(100% - 56px); border: none; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;"
></iframe>
</div>
</template>
</template>