update
parent
1bd35dc13b
commit
3ff7e62c6b
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue