This commit is contained in:
lzp
2026-03-20 10:01:22 +08:00
parent ecf928691e
commit 34be403032

View File

@@ -39,7 +39,7 @@
dialogVisible.value = true
}
// 工作区
const onWorkbench = async (options) => {
const onWorkbench = async (options: { canvas: string; images: Object; url: string }) => {
// 保存画布数据
const data = {
deepCanvasDetail: JSON.parse(options.canvas),