This commit is contained in:
X1627315083
2025-10-27 11:32:50 +08:00
parent 7f85747906
commit 185ee06f59

View File

@@ -107,7 +107,7 @@ export const useGenerateStore = defineStore({
//设置默认数据
clearGenerateData() {
this.clearProductData()
this.updatePhotoInfo()
this.updatePhotoInfo({})
this.clearCustomizeInfo()
}
}