From 44c9d04cf94dba22145b104a34002e0e5e1ac0e0 Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Wed, 28 May 2025 14:18:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(profile):=20=E4=BC=98=E5=8C=96=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E4=BA=8B=E4=BB=B6=E6=97=A5=E5=BF=97=E5=92=8C=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E7=8A=B6=E6=80=81=E9=A1=B5=E9=9D=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在事件日志页面添加暂无事件的提示 - 解决默认查询事件日志参数为空bug - 改进设备运行状态页面的WebSocket连接逻辑,改成获取物模型后直接连接 --- .../profile/DeviceDetailsView/eventLog.vue | 14 +++++++++-- src/views/profile/DeviceRunStarts/index.vue | 23 +++++++++++-------- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/src/views/profile/DeviceDetailsView/eventLog.vue b/src/views/profile/DeviceDetailsView/eventLog.vue index 0797f92c..4c0e283b 100644 --- a/src/views/profile/DeviceDetailsView/eventLog.vue +++ b/src/views/profile/DeviceDetailsView/eventLog.vue @@ -1,6 +1,6 @@