修改mqtt连接方式

This commit is contained in:
GGJ
2024-12-30 10:07:26 +08:00
parent 0f57e4b746
commit 6a06652532
19 changed files with 173 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
<!-- 暂态事件-波形析组件 -->
<!-- 暂态事件-波形析组件 -->
<template>
<div class="home">
<div class="home_header">
@@ -132,8 +132,10 @@ const handleBack = () => {
emit('handleHideCharts')
}
const setHeight = (h: any, vh: any) => {
if (h != false) {
parentHeight.value = h
}
parentHeight.value = h
setTimeout(() => {
bxecharts.value = mainHeight(vh).height
}, 100)