1
This commit is contained in:
@@ -103,7 +103,7 @@ export const useGenerateStore = defineStore({
|
||||
updatePhotoInfo(data: any) {
|
||||
this.photoInfo.id = data.id || ''
|
||||
if (!data.photoUrl) this.photoInfo.url = ''
|
||||
this.photoInfo.file = null
|
||||
this.photoInfo.file = data.file || null
|
||||
},
|
||||
/** 清空 AI魔改信息 */
|
||||
clearCustomizeInfo() {
|
||||
|
||||
Reference in New Issue
Block a user