style: 页面样式

This commit is contained in:
2026-02-09 13:41:55 +08:00
parent 7665bf59da
commit 73b8503ac7
5 changed files with 6 additions and 1 deletions

View File

@@ -147,11 +147,12 @@
}
)
const handleBtnClick = () => {
const lang = route.params.lang ? `/${route.params.lang}` : ''
if (btnType.value === 'index') {
router.push(`${lang}/contestants`)
} else {
router.push(`${lang}`)
router.push(`${lang}/`)
}
}
</script>