diff --git a/nezha-fronted/src/components/chart/chart/chartAutotopology.vue b/nezha-fronted/src/components/chart/chart/chartAutotopology.vue index 04f09289f..915a49151 100644 --- a/nezha-fronted/src/components/chart/chart/chartAutotopology.vue +++ b/nezha-fronted/src/components/chart/chart/chartAutotopology.vue @@ -8,6 +8,7 @@
-
+
-
+
@@ -1751,7 +1751,6 @@ export default { Promise.all(promiseArr).then((res2, header) => { this.iconArray = [...res.data.list] this.iconArray.forEach((item, index) => { - console.log(res2[index]) item.image = res2[index].data || res2[index] if (!getTopologyImg(item.id)) { setTopologyImg(item.id, item.image) diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index 65f6cef78..e1e5f913d 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -822,7 +822,6 @@ export default { this.htmlTitle = this.showPanel.name this.scrollbarWrap.scrollTop = this.scrollbarWrap.scrollHeight this.$refs.chartList.onScroll(this.scrollbarWrap.scrollTop) - console.log(dom.children) // const div = document.createElement('div') // div.setAttribute('class', 'el-loading-spinner') // div.innerText = '12321312312312321' @@ -848,7 +847,6 @@ export default { document.getElementsByClassName('left-menu')[0].style.height = '100vh' // document.getElementsByTagName('html')[0].style.overflow = 'visible' const position = dom.getBoundingClientRect() - console.log(position) this.getPdf(dom, -1 * position.left, -1 * position.top, this.searchTime) // this.getPdf(dom, 0, 0) }, 2000)