From 7941623b1fb108a154ea4270d7c7e2df6031f6e5 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期四, 11 十二月 2025 12:36:14 +0800
Subject: [PATCH] 优化页面UI更新

---
 main.js |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/main.js b/main.js
index 00b379f..8f232a8 100644
--- a/main.js
+++ b/main.js
@@ -30,18 +30,16 @@
     // 鍏ㄥ眬鎸傝浇鍚庝娇鐢�
 Vue.prototype.$lget = lget
 
-import mqttTool from './lib/mqttTool.js'
+import mqttTool from './mqtt/mqttTool.js'
 Vue.prototype.$mqttTool = mqttTool
 
-
-const EventBus = new Vue();
-Vue.prototype.$eventBus = EventBus
  
 
 //鍏ㄥ眬鐩戞帶瀹氭椂鍣紙鍦ㄩ〉闈娇鐢ㄥ眬閮ㄥ畾鏃跺櫒浼氬嚭鐜版棤娉曞叧闂棶棰橈級
 Vue.prototype.$monitorTimer = null
 
-
+ 
+ 
 
 Vue.config.productionTip = false
 App.mpType = 'app'

--
Gitblit v1.9.3