This commit is contained in:
李志鹏
2025-10-31 10:27:48 +08:00
parent ef3e117451
commit 89716427f1

View File

@@ -120,7 +120,7 @@ export const useGenerateStore = defineStore({
this.customizeInfo.isFavorite = false
},
uploadCustomizeInfo(data: object){
for (let key in data) {
for (const key in data) {
this.customizeInfo[key] = data[key]
}
},