修复高级工具中生成报错

This commit is contained in:
X1627315083
2025-11-05 16:25:14 +08:00
parent 8ba26667c9
commit 430332481e
3 changed files with 3 additions and 3 deletions

View File

@@ -587,8 +587,9 @@ export default defineComponent({
toProductImageVOList:selectArr,
// userLikeGroupId:upload.value.userlikeGroupId,
projectId:productImgData.selectObject.id,
modelName:obj.elementType == 'Relight'?'flux':speed.speedData.value,
modelName:props.productimgMenu.value == 'Relight'?'flux':speed.speedData.value,
direction:RelightDirection.value,
ageGroup:store.state.Workspace.probjects.ageGroup,
brightenValue:productImgData.brightenValue,
imageStrength:(100 - imageStrength)/100,