调整outfit流程
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
X1627315083
2025-12-31 10:07:08 +08:00
parent e230b4c83f
commit 0ec9e4dc46
2 changed files with 31 additions and 8 deletions

View File

@@ -52,6 +52,12 @@ export const useHGenerateStore = defineStore({
this.customizeInfo.styleUrl = ''
this.customizeInfo.isRegenerated = ''
this.customizeInfo.isFavorite = false
},
/** 上传服装 */
uploadStyle(data: object) {
for (const key in data) {
this.style[key] = data[key]
}
},
uploadCustomizeInfo(data: object) {
for (const key in data) {