This commit is contained in:
yixu
2025-09-17 14:51:31 +08:00
parent 50401c0427
commit 4ec6306841
11 changed files with 48 additions and 18 deletions

View File

@@ -233,6 +233,9 @@ const generateImage = async (options) => {
mergeFetch(index)
}
}, 1000)
router.push({
name: 'synthesizedResults'
})
const mergeFetch = async (index)=> {
const statusRes = await Request(`face/merge/${mergeData.merge_id}/status`, {}, 'GET', true)