du
2025-04-08 820be242cbac10559f71dc99ba44d35758adea63
合成是否有数字人
已修改1个文件
10 ■■■■ 文件已修改
easegen-front/src/views/chooseTemplate/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/chooseTemplate/index.vue
@@ -218,10 +218,11 @@
                  <Delete />
                </el-icon>
              </Vue3DraggableResizable>
              <div style="width: 160%;height: 100%;position: absolute;top: 0;left: -30%">
                <Vue3DraggableResizable
                  v-if="selectPPT.showDigitalHuman"
                  :parent="true"
                  :parent="false"
                  :lockAspectRatio="true"
                  :minW="350"
                  :initW="PPTpositon.w"
                  :initH="PPTpositon.h"
                  @drag-move="onDragMove"
@@ -258,8 +259,6 @@
                    <Delete />
                  </el-icon>
                </Vue3DraggableResizable>
              </div>
            </div>
          </div>
          <el-card
@@ -1437,6 +1436,7 @@
          thumbnail = item.pictureUrl
          pageNum++
        }
        console.log(item)
        const innerPictureCom = item.innerPicture
        console.log('innerPictureCom:', JSON.stringify(innerPictureCom))
@@ -1458,7 +1458,7 @@
            color: '#ffffff',
            pptRemark: item.pptRemark
          },
          hasPerson: item.showDigitalHuman==true? 1 : 2,
          components: [
            {
              ...cloneDeep(digitalHumanComponents), // 深拷贝