zhuguifei
2025-09-02 9cc59c17892a7e69de54e06b5931e78c9b05551c
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'