From 24b91cde32383c18533e516d7241e880d993d63c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 17 十一月 2023 09:55:51 +0800
Subject: [PATCH] #

---
 Monitor-APP/App.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Monitor-APP/App.vue b/Monitor-APP/App.vue
index 617a0db..62f4a30 100644
--- a/Monitor-APP/App.vue
+++ b/Monitor-APP/App.vue
@@ -9,7 +9,7 @@
 			const BasePort = uni.getStorageSync('BasePort');
 			this.baseUrl = 'http://' + BaseIP + ':' + BasePort + '/jfwms'
 			setInterval(()=>{
-				this.getVersion()
+				// this.getVersion()
 			},3000)
 		},
 		onHide: function() {
@@ -27,7 +27,6 @@
 			//妫�娴嬪綋鍓嶅钩鍙帮紝濡傛灉鏄畨鍗撳垯鍚姩瀹夊崜鏇存柊
 			getVersion() {
 				let that = this;
-				console.log(this.downloadFlag);
 				if (this.downloadFlag) {
 					return
 				}

--
Gitblit v1.9.1