From 849382e46b7ad9bb293fe321aa12de4b6abc504f Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 19 Aug 2024 11:18:12 +0700 Subject: [PATCH] fixing --- src/router/index.ts | 1 - src/views/login.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index a7b71bd3..1fd35124 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -12,7 +12,6 @@ import ModuleSystem from "@/modules/04_system/router"; // TODO: ใช้หรือไม่? import keycloak, { kcLogout } from "@/plugins/keycloak"; -import checkPermission from "@/plugins/checkPermission"; const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), diff --git a/src/views/login.vue b/src/views/login.vue index d5aaa763..60443d75 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -69,7 +69,7 @@ onMounted(() => { $q.dialog({ component: CustomComponent, componentProps: { - title: "ข้อความแจ้งเตือน", + title: "พบข้อผิดพลาด", message: "ขออภัยคุณไม่มีสิทธิ์เข้าใช้งานระบบนี้", icon: "warning", color: "red",