From f052d279131a056cb82c178ae195f463caa72c33 Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期日, 04 八月 2024 14:01:23 +0800
Subject: [PATCH] 新增表格展示方式

---
 src/components/chat/chatComponents/htmlCom/HTMLCom.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/chatComponents/htmlCom/HTMLCom.vue b/src/components/chat/chatComponents/htmlCom/HTMLCom.vue
index 4141f53..5e97b35 100644
--- a/src/components/chat/chatComponents/htmlCom/HTMLCom.vue
+++ b/src/components/chat/chatComponents/htmlCom/HTMLCom.vue
@@ -2,7 +2,7 @@
 	<IframeResizer
 		class="iframe-resizer"
 		license="GPLv3"
-		:src="data"
+		:src="data.url"
 		width="100%"
 		style="min-height: 500px"
 		frameborder="no"

--
Gitblit v1.9.3