diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index fc60efa..8462eab 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -238,6 +238,10 @@ const landingPageUrl = ref(getLandingUrl()); function getLandingUrl() { return configParam.landingPageUrl; } + +function onViewDetailNoti(url: string) { + window.open(url, "_blank"); +} @@ -354,7 +358,7 @@ function getLandingUrl() { : 'caption q-pa-xs' " @click.stop.prevent=" - item.payload ? $router.push(`/${item.payload}`) : '' + item.payload ? onViewDetailNoti(item.payload) : '' " >