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>