From 3678d3ef843789298aca2347873937b3ac444b02 Mon Sep 17 00:00:00 2001 From: Xiaoyu <3306310490@qq.com> Date: Wed, 12 Mar 2025 14:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8C=89=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AIPatrol/sensor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AIPatrol/sensor/index.vue b/src/views/AIPatrol/sensor/index.vue index eb990a7..52d7197 100644 --- a/src/views/AIPatrol/sensor/index.vue +++ b/src/views/AIPatrol/sensor/index.vue @@ -155,7 +155,7 @@ const getSensorDataItems = (sensor) => { // 添加键盘事件处理函数 const handleKeyPress = (event) => { - if (event.key.toLowerCase() === "l") { + if (event.key.toLowerCase() === "v") { ElNotification({ title: "设备状态更新", message: "设备已上线",