This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-08 11:33:05 +07:00
parent 2fa9fcbb4c
commit 66cb55f509
11 changed files with 102 additions and 97 deletions

View file

@ -247,6 +247,14 @@ const landingPageUrl = ref<string>(configParam.landingPageUrl);
function onViewDetailNoti(url: string) {
window.open(url, "_blank");
}
/** ดูการเปลี่ยน route name เพื่อเปลี่ยน tab */
watch(
() => route.name,
(newVal) => {
tab.value = newVal;
}
);
</script>
<!-- โครงเว -->