This commit is contained in:
yixu
2025-09-17 22:09:32 +08:00
parent 1b89cc367b
commit 097050e5df
8 changed files with 628 additions and 622 deletions

View File

@@ -233,9 +233,6 @@ 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)
@@ -535,6 +532,7 @@ import generateImg from '../assets/images/generate-img-bg.webp'
height: 100%;
border-radius: 50%;
object-fit: cover;
object-position: top;
}
.main {
height: 100%;