diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue index 61a6617af..1cdf21bae 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue @@ -338,7 +338,6 @@ export default { this.$emit('changeTab', tab) }, closeRightBox (refresh) { - console.log('close') this.rightBox.chart.show = false this.rightBox.chartTemp.show = false this.$store.dispatch('clearPanel') diff --git a/nezha-fronted/src/components/common/rightBox/chart/chartRightBox.vue b/nezha-fronted/src/components/common/rightBox/chart/chartRightBox.vue index e4b467670..2d65418f6 100644 --- a/nezha-fronted/src/components/common/rightBox/chart/chartRightBox.vue +++ b/nezha-fronted/src/components/common/rightBox/chart/chartRightBox.vue @@ -202,7 +202,6 @@ export default { /* 关闭弹框 */ esc (refresh) { this.prevent_opt.save = false - console.log(12313) this.$emit('close', refresh) }, // 保存endpoint diff --git a/nezha-fronted/src/components/page/config/system/license.vue b/nezha-fronted/src/components/page/config/system/license.vue index 150555be4..f2dbccb66 100644 --- a/nezha-fronted/src/components/page/config/system/license.vue +++ b/nezha-fronted/src/components/page/config/system/license.vue @@ -29,16 +29,16 @@