From 6ab6676e971aea1becd62f462dcb51740c2fa7ad Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 01 八月 2024 16:12:30 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 92d9d5d..fcaf2bb 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -422,15 +422,21 @@ this.getOther() // this.getDate() this.getDate2() - this.getInfo() - this.getError() - // this.getInfo2() - // this.getError2() + // this.getInfo() + // this.getError() + this.getInfo2() + this.getError2() this.getUrl() this.controller() // 娴嬭瘯鐢� },1000) + + setTimeout(()=> { + uni.reLaunch({ + url: '/pages/home/home' // 杩欓噷濉啓浣犳兂瑕侀噸鍚悗灞曠ず鐨勯〉闈㈣矾寰� + }); + },1000*60*60) }, methods: { timeOut() { -- Gitblit v1.9.1