2023-11-9-dist

This commit is contained in:
X1627315083
2023-11-09 13:49:10 +08:00
parent 4199833607
commit 897f61a3c9
18 changed files with 146 additions and 83 deletions

View File

@@ -834,8 +834,6 @@ export default defineComponent({
imgUrl: URL.createObjectURL(blob),
name: "collection.png",
})
console.log(URL.createObjectURL(blob));
for (let key in allBoardData) {
if (key !== "colorBoards" && key !== "moodTemplateId") {
for (let item of allBoardData[key]) {