Merge remote-tracking branch 'origin/StableVersion' into dev_vite

This commit is contained in:
X1627315083@163.com
2026-02-06 16:46:37 +08:00
4 changed files with 5 additions and 7 deletions

View File

@@ -759,7 +759,6 @@ export default defineComponent({
const uploadSelectDetail = async ()=>{//更新选中的detail
// await detailDom.canvasBox.saveCanvas()
const allInfo = await (detailDom.canvasBox as any).getCanvasElement()
console.log(allInfo)
let color:any = {}
if(allInfo.color?.color?.rgba || allInfo.color?.color?.gradient){
let canvasColor = allInfo.color.color;