平铺不可以添加相同的token

This commit is contained in:
李志鹏
2026-01-20 16:39:02 +08:00
parent 27198cc35b
commit 11fb6f908c
2 changed files with 16 additions and 7 deletions

View File

@@ -185,7 +185,6 @@ export default defineComponent({
width:props.sketchSize.width,
height:props.sketchSize.height,
}).then((rv)=>{
console.log(rv,'================',props.sketchSize)
if(oldSelectDetail?.partialDesign)oldSelectDetail.partialDesign.partialDesignBase64 = rv
})