bugfix: 验证码输入状态
feat: 接收语言参数
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -147,10 +147,11 @@
|
||||
}
|
||||
)
|
||||
const handleBtnClick = () => {
|
||||
const lang = route.params.lang ? `/${route.params.lang}` : ''
|
||||
if (btnType.value === 'index') {
|
||||
router.push('/award/contestants')
|
||||
router.push(`${lang}/contestants`)
|
||||
} else {
|
||||
router.push('/award/index')
|
||||
router.push(`${lang}`)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
1573
src/views/AwardPage/contestants.vue
Normal file
1573
src/views/AwardPage/contestants.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -65,7 +65,7 @@
|
||||
})
|
||||
|
||||
const handleSubmitApplication = () => {
|
||||
router.push('/award/contestants')
|
||||
router.push('/contestants')
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user