planet
shenhan000 2025-04-26 16:55:26 +08:00
parent 1bd35dc13b
commit 3ff7e62c6b
1 changed files with 3 additions and 1 deletions

View File

@ -181,7 +181,9 @@ function toDetail() {
const baseUrl = window.location.origin
window.open(`${baseUrl}/message`, '_blank', 'noopener,noreferrer')
}
function handleTabClick(path: string) {
router.push(path)
}
onMounted(() => {})
</script>