fix(工具箱/MSU2 USB 小屏幕控制): 修正 onBeforeUnmount 调用

This commit is contained in:
2026-03-09 15:01:17 +08:00
parent 9ca0619373
commit 7e5100fc5c

View File

@@ -1487,7 +1487,7 @@ onMounted(() => {
onBeforeUnmount(() => { onBeforeUnmount(() => {
handleDisconnectDevice(); handleDisconnectDevice();
handleStopRender(); handleStopRender();
handleStartScreenCapture(); handleStopScreenCapture();
}); });
</script> </script>