From 9fab26ee4d808f4956748f618beefaa192d58e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Thu, 18 May 2023 13:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index d9ad006..4b3ea03 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -218,6 +218,9 @@ export default { // this.$nextTick(async () => { // this.getErrInfo() await this.setInfo() + setInterval(()=>{ + this.setInfo() + },10*1000) this.$nextTick(() => { let domList = this.$refs.warningRef let domParent = this.$refs.warningRefP