From 6ed6c1f4cf6b772f08c9a8a46b7b6564fa1ba168 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Sun, 26 Sep 2021 12:49:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20topology=20bug=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/project/topologyL5.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/nezha-fronted/src/components/common/project/topologyL5.vue b/nezha-fronted/src/components/common/project/topologyL5.vue index c54b34991..4da084ea5 100644 --- a/nezha-fronted/src/components/common/project/topologyL5.vue +++ b/nezha-fronted/src/components/common/project/topologyL5.vue @@ -816,7 +816,6 @@ export default { data.pens.forEach(item => { if (item.type === 0 && item.data.imageId) { const img = this.iconArray.find(item1 => item1.id == item.data.imageId) - console.log(img) item.image = img ? img.image : imgDefault } if (item.type === 0) { @@ -1585,7 +1584,6 @@ export default { this.$message({ duration: 2000, type: 'success', message: this.$t('tip.saveSuccess') }) this.uploadPicShow = false this.$get('monitor/project/topo/icon', { id: res.data.id }).then(iconInfo => { - console.log(iconInfo) this.dealImg(`monitor/project/topo/icon/${res.data.id}/1`).then((data, header) => { const group = this.tools.find(tool => tool.group === this.uploadPic.unit) this.iconArray.push({