diff --git a/src/components/DialogDebug.vue b/src/components/DialogDebug.vue index 77d5642..d51100e 100644 --- a/src/components/DialogDebug.vue +++ b/src/components/DialogDebug.vue @@ -13,6 +13,7 @@ import config from "@/app.config"; import type { MenuMainList } from "@/modules/01_dashboard/interface/Main"; import DialogHeader from "@/components/DialogHeader.vue"; +import FooterContact from "@/components/FooterContact.vue"; const $q = useQuasar(); const store = usePositionKeycloakStore(); @@ -354,7 +355,9 @@ function onClose() { - + + + +
+ + + พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ + 088-264-9800 + + +
+ + + + + diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 3251ecb..f14d08e 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -20,6 +20,7 @@ import { useKpiDataStore } from "@/modules/08_KPI/store"; import DialogResetPass from "@/components/DialogResetPass.vue"; import DialogDebug from "@/components/DialogDebug.vue"; +import FooterContact from "@/components/FooterContact.vue"; // landing page config url const configParam = { @@ -767,6 +768,10 @@ watch( + + + +