3757710f by 杨炀

no message

1 parent 23234bd5
......@@ -236,7 +236,12 @@ onMounted(() => {
matchId = route.query.matchId
groupId.value = group.id
signType.value = route.query.signType || ''
isNational.value = route.query.isNational
if(route.query.isNational==true||route.query.isNational=='true'){
isNational.value = true
}
if(route.query.isNational==false||route.query.isNational=='false'){
isNational.value = false
}
languageSource.value = route.query.languageSource
if(!user){
router.push({name: 'home'})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!