From 62214bc3b8ced2f97fd381e5ed3e18d318b76a31 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 04 五月 2023 16:32:19 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 3b0be5b..660aace 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -428,6 +428,9 @@ },1000) }, methods: { + timeOut() { + console.log(this.times); + }, getUrl() { this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePort + "/" +this.baseUrl }, -- Gitblit v1.9.1