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':