diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index 1e7e67c0..b763ea2d 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -2111,7 +2111,6 @@ function refreshClick(type) { isPreventCombo.value = true if (devicesSocket && devicesSocket.connected) { console.log('🚀 发送重启设备请求...') - debugger if(type == 'camera'){ devicesSocket.emit('restart_device', { device_type: 'camera' }) }else if(type == 'femtobolt'){