From 44796283dc7fc5f81523bd71f33dfe663574c7d7 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 30 Oct 2025 11:25:19 +0800 Subject: [PATCH] fix --- src/store/workspace/workspace.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/workspace/workspace.ts b/src/store/workspace/workspace.ts index 83d9cf36..626f1c29 100644 --- a/src/store/workspace/workspace.ts +++ b/src/store/workspace/workspace.ts @@ -78,6 +78,7 @@ const Workspace: Module = { } }, createProbject(state) { + if(state.projectPath)return state.probjects = { name: '', id: '',