接入画布

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

@@ -43,9 +43,9 @@ const HomeStoreModule : Module<DesignDetail,RootState> = {
categoryShow:false
}],
patternMaking3D:{
threeDsimpleId:null,
collectionElementId:null,
threeDSimpleId:null,
printMinioUrl:null,
url:'',
x:null,
y:null,
},
@@ -97,7 +97,6 @@ const HomeStoreModule : Module<DesignDetail,RootState> = {
setPatternMaking3D(state,data){
for (const key in data) {
if(data[key] == undefined)continue
console.log(data[key])
if(key == 'x' || key == 'y'){
state.patternMaking3D[key] = Number(data[key].toFixed(3))
}else{
@@ -170,9 +169,9 @@ const HomeStoreModule : Module<DesignDetail,RootState> = {
state.poseTransfer = []
state.deReconstruction = null
state.patternMaking3D = {
threeDsimpleId:null,
collectionElementId:null,
threeDSimpleId:null,
printMinioUrl:null,
url:null,
x:null,
y:null,
}