接入画布

This commit is contained in:
X1627315083
2025-06-09 10:25:54 +08:00
parent 87a08f5f8f
commit c266967f16
157 changed files with 43833 additions and 1571 deletions

View File

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