yangyin
2024-07-17 349020eb32ec1c8589b568b767b674df71075e80
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>