From 349020eb32ec1c8589b568b767b674df71075e80 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 17 七月 2024 09:26:08 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.V1.0 --- 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 44db86e..3751769 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/MonthlyLeaderBoard.html" + data="http://127.0.0.1:5500/src/views/project/ch/demo/Overview.html" v-for="(item, index) in urlList" :key="index" ></HTMLCom> -- Gitblit v1.9.3