新增home页面
This commit is contained in:
@@ -58,6 +58,8 @@ export const useGenerateStore = defineStore({
|
||||
styleId: (state) => state.style.id || state.style.oldId,
|
||||
/** 模特照片id */
|
||||
modelPhotoId: (state) => state.model.id,
|
||||
/** 原始试穿id不包含魔改id */
|
||||
originalTryOnIdNoRein: (state) => state.originalTryOn.id,
|
||||
/** 原始试穿id-优先AI魔改 */
|
||||
originalTryOnId: (state) => state.customizeInfo.tryOnId || state.originalTryOn.id,
|
||||
/** 顾客照片id */
|
||||
|
||||
Reference in New Issue
Block a user