From 97cec1ca4764354df78c3236cf21ee5418b62dbd Mon Sep 17 00:00:00 2001 From: ZY <zc857179121@qq.com> Date: 星期五, 28 三月 2025 09:47:12 +0800 Subject: [PATCH] 12 --- 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