1
This commit is contained in:
@@ -120,7 +120,7 @@ export const useGenerateStore = defineStore({
|
|||||||
this.customizeInfo.isFavorite = false
|
this.customizeInfo.isFavorite = false
|
||||||
},
|
},
|
||||||
uploadCustomizeInfo(data: object){
|
uploadCustomizeInfo(data: object){
|
||||||
for (let key in data) {
|
for (const key in data) {
|
||||||
this.customizeInfo[key] = data[key]
|
this.customizeInfo[key] = data[key]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user