feat: 图片上传

This commit is contained in:
2026-03-02 15:08:03 +08:00
parent 0371484984
commit e8aba28f5d
4 changed files with 61 additions and 30 deletions

View File

@@ -37,7 +37,6 @@
const agentRef = ref()
const sketchList = ref([])
const updateSketchList = (newVal) => {
console.log('newVal', newVal)
sketchList.value = newVal
// VersionTreeIndexRef.value.getVersionTree()
}