From f01ac8e1c5f3f48e680f805160c378696a23bf47 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期三, 17 七月 2024 13:57:39 +0800
Subject: [PATCH] fix: 提交代码

---
 src/components/chat/chatComponents/summaryCom/SummaryCom.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
index ac768c3..cc243be 100644
--- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
+++ b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -24,11 +24,7 @@
 				</div>
 			</div>
 			<div v-if="urlList && urlList.length > 0" class="w-full">
-				<HTMLCom
-					data="http://192.168.1.7:8888/src/views/project/ch/demo/Overview.html"
-					v-for="(item, index) in urlList"
-					:key="index"
-				></HTMLCom>
+				<HTMLCom :data="item.url" v-for="(item, index) in urlList" :key="index"></HTMLCom>
 			</div>
 		</template>
 		<div v-else class="text-red-500">{{ error }}</div>

--
Gitblit v1.9.3