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_/, '')