|
|
@@ -1513,6 +1513,7 @@ const checkParams = async function () {
|
|
|
temp_list.push({
|
|
|
template_id: item.template_id,
|
|
|
template_local_classes: item.template_local_classes,
|
|
|
+ template_type: item.template_type,
|
|
|
})
|
|
|
})
|
|
|
// 根据选择的服务内容设置参数
|
|
|
@@ -1631,6 +1632,7 @@ const generate = async function () {
|
|
|
temp_list.push({
|
|
|
template_id: item.template_id,
|
|
|
template_local_classes: item.template_local_classes,
|
|
|
+ template_type: item.template_type,
|
|
|
})
|
|
|
})
|
|
|
// 根据选择的服务内容设置参数
|
|
|
@@ -1659,8 +1661,6 @@ const generate = async function () {
|
|
|
product_scene_prompt: scenePrompt.value || '',
|
|
|
is_check: 0 // 正式生成
|
|
|
}
|
|
|
-
|
|
|
- console.log(params)
|
|
|
// 开启进度弹窗
|
|
|
requesting.value = true
|
|
|
partErrList.value = []
|
|
|
@@ -1682,7 +1682,6 @@ const generate = async function () {
|
|
|
clientStore.ipc.removeAllListeners(icpList.socket.message + '_detail_result_progress');
|
|
|
clientStore.ipc.send(icpList.generate.generatePhotoDetail, params);
|
|
|
|
|
|
-
|
|
|
/*
|
|
|
* detail_result_progress
|
|
|
*
|