zhuguifei
2024-12-25 576d28de6be2d75bfd5a213874dd8d06657635b5
main.js
@@ -33,15 +33,13 @@
import mqttTool from './lib/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'