取消订阅新加条件

This commit is contained in:
X1627315083
2025-11-13 13:19:03 +08:00
parent c85d69bdf0
commit 56c7a222cf
6 changed files with 8 additions and 8 deletions

View File

@@ -106,6 +106,10 @@ const Workspace: Module<DesignDetail, RootState> = {
model: [] //模特
}
},
createProjectPath(state){
state.projectPath = ''
state.cachedRoutes = []
},
setProjectPath(state, path) {
state.projectPath = path
}