From 5decdeb3b5ce36371a641e860dec4eea2b552879 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Wed, 7 May 2025 20:37:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E8=AF=95=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/FTStream/index.vue | 15 +++++++++++++-- src/stores/debugStore.ts | 2 ++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/components/common/FTStream/index.vue b/src/components/common/FTStream/index.vue index dcffabd..c10bf5c 100644 --- a/src/components/common/FTStream/index.vue +++ b/src/components/common/FTStream/index.vue @@ -124,8 +124,8 @@ const handleMouseUp = () => { diff --git a/src/stores/debugStore.ts b/src/stores/debugStore.ts index 21041ea..035d060 100644 --- a/src/stores/debugStore.ts +++ b/src/stores/debugStore.ts @@ -75,6 +75,8 @@ export const useDebugStore = defineStore('debug', { } const systemStore = useSystemStore() + systemStore.systemList = [] + // 提取 params.command 中的 xxx 部分 const commandKey = params.command.replace(/^debug_/, '')