添加画布颜色历史

This commit is contained in:
X1627315083
2024-09-27 16:31:33 +08:00
parent e26d57dd76
commit 21b0af1365
32 changed files with 423 additions and 885 deletions

View File

@@ -596,7 +596,8 @@ export default defineComponent({
// this.$router.push("/home")
// }
this.store.commit('clearAllData')
window.location.reload()
// window.location.reload()
window.location.href = '/home';
}
}
})