style: 页面样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user