feat: sessionId

This commit is contained in:
zhangyahui
2025-11-03 15:53:18 +08:00
parent fcacab93bf
commit ec2acb2044

View File

@@ -61,7 +61,9 @@ export const useGenerateStore = defineStore({
/** 原始试穿id-优先AI魔改 */ /** 原始试穿id-优先AI魔改 */
originalTryOnId: (state) => state.customizeInfo.tryOnId || state.originalTryOn.id, originalTryOnId: (state) => state.customizeInfo.tryOnId || state.originalTryOn.id,
/** 顾客照片id */ /** 顾客照片id */
customerPhotoId: (state) => state.photoInfo.id customerPhotoId: (state) => state.photoInfo.id,
/** 会话id */
sessionId: (state) => state.sessionId
}, },
actions: { actions: {
selectStyle(data: any) { selectStyle(data: any) {