From 7e5100fc5cdf8ad09673786376e948cd6cf9bfcd Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Mon, 9 Mar 2026 15:01:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E5=85=B7=E7=AE=B1/MSU2=20USB=20?= =?UTF-8?q?=E5=B0=8F=E5=B1=8F=E5=B9=95=E6=8E=A7=E5=88=B6):=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20`onBeforeUnmount`=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Other/Msu2UsbMonitorController/Msu2UsbMonitorController.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ToolboxView/Other/Msu2UsbMonitorController/Msu2UsbMonitorController.vue b/src/views/ToolboxView/Other/Msu2UsbMonitorController/Msu2UsbMonitorController.vue index 0e95dcd..4788a86 100644 --- a/src/views/ToolboxView/Other/Msu2UsbMonitorController/Msu2UsbMonitorController.vue +++ b/src/views/ToolboxView/Other/Msu2UsbMonitorController/Msu2UsbMonitorController.vue @@ -1487,7 +1487,7 @@ onMounted(() => { onBeforeUnmount(() => { handleDisconnectDevice(); handleStopRender(); - handleStartScreenCapture(); + handleStopScreenCapture(); });