feat: sessionId
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user