From 49ded8c568c8b98c2ebf053843736deffef02471 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Wed, 8 Jul 2026 08:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/test.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue index 969dfac..97e75e1 100644 --- a/frontend/src/views/home/components/test.vue +++ b/frontend/src/views/home/components/test.vue @@ -679,6 +679,12 @@ watch(webMsgSend, function(newValue, oldValue) { case 'F_End': handleEndItem('F', newValue.desc, newValue.data) break + case 'Angle_Start': + handleStartItem('Angle', newValue.desc) + break + case 'Angle_End': + handleEndItem('Angle', newValue.desc, newValue.data) + break // 检测结束 case 'Quit':