From 497869ca506d6d554e442afeadf07798198dcea6 Mon Sep 17 00:00:00 2001 From: lyd <1419499670@qq.com> Date: Thu, 8 Sep 2022 17:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D-=E6=97=A5=E5=BF=97=E6=A3=80?= =?UTF-8?q?=E7=B4=A2-=E6=BB=9A=E5=8A=A8=E7=9B=91=E5=90=AC=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E6=9C=AA=E9=94=80=E6=AF=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acs/qd/src/views/monitor/logback/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acs/qd/src/views/monitor/logback/index.vue b/acs/qd/src/views/monitor/logback/index.vue index 2e68778..835cfab 100644 --- a/acs/qd/src/views/monitor/logback/index.vue +++ b/acs/qd/src/views/monitor/logback/index.vue @@ -218,6 +218,7 @@ export default { // js提供的clearInterval方法用来清除定时器 // console.log('定时任务销毁') clearInterval(this.timer) + window.removeEventListener('scroll', this.handleScroll) }, methods: { initLabelOptions() { // 获取lables @@ -374,6 +375,7 @@ export default { } else { this.$notify({ title: '警告', + duration: 1000, message: '暂无以往日志数据!', type: 'warning' })