部分优化

This commit is contained in:
X1627315083
2025-09-08 14:50:59 +08:00
parent 4dc5e26d92
commit 360bfd01ac
51 changed files with 854 additions and 354 deletions

View File

@@ -70,10 +70,12 @@ const Workspace : Module<DesignDetail,RootState> = {
state.projectList = list
},
setProbject(state,data){
console.log(123123,data)
for (const key in data) {
if(data[key] == undefined)continue
state.probjects[key] = data[key]
}
console.log(state.probjects)
},
createProbject(state){
state.probjects = {