老数据重置画布大小

This commit is contained in:
李志鹏
2026-01-20 13:18:28 +08:00
parent eb1de5abb3
commit 27e43f3c97
2 changed files with 24 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ const props = defineProps({
default: false, // 是否隐藏画布-隐藏关闭部分功能
},
});
console.log("config",props.config)
const loading = ref(false);
// 引用和状态
const canvasRef = ref(null);