릴리스: v1.4.11 프런트 API 명칭 정리 1차
This commit is contained in:
@@ -898,7 +898,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
try {
|
||||
const gameRes = await api.getGame(templateId.value)
|
||||
const gameRes = await api.getTopic(templateId.value)
|
||||
templateName.value = gameRes.game?.name || templateId.value
|
||||
const base = (gameRes.items || []).map((img) => ({
|
||||
id: img.id,
|
||||
|
||||
Reference in New Issue
Block a user