diff --git a/nezha-fronted/src/components/common/overView/messageAsset.vue b/nezha-fronted/src/components/common/overView/messageAsset.vue index fa21e6c5b..d18a3a48d 100644 --- a/nezha-fronted/src/components/common/overView/messageAsset.vue +++ b/nezha-fronted/src/components/common/overView/messageAsset.vue @@ -267,7 +267,6 @@ export default { this.calcPosition(e) }, calcPosition (e) { - console.log(e) const boxWidth = this.boxWidth const distance = this.fromType === 'asset' ? 300 : 50 const minus = (e.pageY - distance) + this.$refs.alertLabel.$el.offsetHeight - window.innerHeight diff --git a/nezha-fronted/src/components/common/timePicker.vue b/nezha-fronted/src/components/common/timePicker.vue index e93a9ab2d..f03127ddc 100644 --- a/nezha-fronted/src/components/common/timePicker.vue +++ b/nezha-fronted/src/components/common/timePicker.vue @@ -338,7 +338,6 @@ export default { this.$refs.calendar.pickerVisible = true if (document.getElementById('viewGraphDialog')) { // 处理 多弹出的z-index的问题 当前为 alertMessage的处理 const viewGraphDialogStyle = window.getComputedStyle(document.getElementById('viewGraphDialog', null)) - console.log(viewGraphDialogStyle['z-index']) setTimeout(() => { if (viewGraphDialogStyle['z-index'] !== 'auto') { const dom = document.getElementsByClassName('el-picker-panel') diff --git a/nezha-fronted/src/components/page/dashboard/explore/explore.vue b/nezha-fronted/src/components/page/dashboard/explore/explore.vue index fdb30b139..3fb5308ab 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/explore.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/explore.vue @@ -38,7 +38,6 @@ export default { this.exploreItems.splice(tabIndex, 1) } else { this.exploreItems.push(index === 0 ? 1 : 0) - console.log(this.$refs.exploreItem[0].showMetrics) if (!this.$refs.exploreItem[0].showMetrics) { this.$nextTick(()=>{ this.$refs.exploreItem[1].selectMetricsLogs(this.$t('overall.logs'), 'nz-icon nz-icon-logs', 'Logs') diff --git a/nezha-fronted/src/permission.js b/nezha-fronted/src/permission.js index cf266eaa5..8effb545b 100644 --- a/nezha-fronted/src/permission.js +++ b/nezha-fronted/src/permission.js @@ -69,7 +69,6 @@ router.beforeEach((to, from, next) => { } }) Promise.all([i18nRequest, permissionRequest]).then(response => { - console.info(response) if (to.path) { if (permissionWhiteList.indexOf(to.path) !== -1) { next()