릴리스: v1.4.7 컬렉션 레이아웃 정리와 topics 경로 1차

This commit is contained in:
2026-04-02 18:47:37 +09:00
parent 20955e277c
commit de640de4a1
7 changed files with 38 additions and 78 deletions

View File

@@ -793,7 +793,7 @@ async function confirmDeleteTierList() {
await api.deleteTierList(currentTierListId)
closeDeleteModal()
toast.success('티어표를 삭제했어요.')
router.push(templateId.value === 'freeform' ? '/me' : `/games/${templateId.value}`)
router.push(templateId.value === 'freeform' ? '/me' : `/topics/${templateId.value}`)
} catch (e) {
error.value = '티어표 삭제에 실패했어요.'
} finally {