From a41cb802543eebc2bb8574aa98c901773621e60c Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 21 十二月 2023 16:07:34 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 754645f..8d4873b 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -486,10 +486,10 @@ setInterval(() => { this.getDate2() this.getUrl() - // this.getInfo() - // this.getError() - this.getInfo2() - this.getError2() + this.getInfo() + this.getError() + // this.getInfo2() + // this.getError2() this.controller() }, 1000) -- Gitblit v1.9.1