From 9a24311db20e434d7022685db2347f3e6434e860 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 17 七月 2024 09:36:28 +0800 Subject: [PATCH] fix: 修改页面路径 --- src/components/chat/chatComponents/summaryCom/SummaryCom.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue index 3751769..ac768c3 100644 --- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue +++ b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue @@ -25,7 +25,7 @@ </div> <div v-if="urlList && urlList.length > 0" class="w-full"> <HTMLCom - data="http://127.0.0.1:5500/src/views/project/ch/demo/Overview.html" + data="http://192.168.1.7:8888/src/views/project/ch/demo/Overview.html" v-for="(item, index) in urlList" :key="index" ></HTMLCom> -- Gitblit v1.9.3