wujingjing
2024-07-15 d7a296b8d917abf820f0034e4b94fad302f72889
src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -24,7 +24,7 @@
            </div>
         </div>
         <div v-if="urlList && urlList.length > 0" class="w-full">
            <HTMLCom data="/test"  v-for="(item, index) in urlList" :key="index"></HTMLCom>
            <HTMLCom data="http://127.0.0.1:5500/src/views/project/ch/demo/Overview.html"  v-for="(item, index) in urlList" :key="index"></HTMLCom>
         </div>
      </template>
      <div v-else class="text-red-500">{{ error }}</div>