This commit is contained in:
X1627315083
2025-06-18 13:36:11 +08:00
parent 3ad1516ef4
commit 9191678708
13 changed files with 39 additions and 942 deletions

View File

@@ -288,6 +288,7 @@ const UploadFilesModule : Module<UploadFiles,RootState> = {
state.allBoardData[key] = data[key]
}
}
console.log(JSON.parse(JSON.stringify(state.allBoardData)))
if(Object.keys(data).length === 0){
state.chooseIsDesign.value = true
}