fixing
This commit is contained in:
parent
28c91a3a81
commit
849382e46b
2 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ import ModuleSystem from "@/modules/04_system/router";
|
||||||
|
|
||||||
// TODO: ใช้หรือไม่?
|
// TODO: ใช้หรือไม่?
|
||||||
import keycloak, { kcLogout } from "@/plugins/keycloak";
|
import keycloak, { kcLogout } from "@/plugins/keycloak";
|
||||||
import checkPermission from "@/plugins/checkPermission";
|
|
||||||
|
|
||||||
const router = createRouter({
|
const router = createRouter({
|
||||||
history: createWebHistory(import.meta.env.BASE_URL),
|
history: createWebHistory(import.meta.env.BASE_URL),
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ onMounted(() => {
|
||||||
$q.dialog({
|
$q.dialog({
|
||||||
component: CustomComponent,
|
component: CustomComponent,
|
||||||
componentProps: {
|
componentProps: {
|
||||||
title: "ข้อความแจ้งเตือน",
|
title: "พบข้อผิดพลาด",
|
||||||
message: "ขออภัยคุณไม่มีสิทธิ์เข้าใช้งานระบบนี้",
|
message: "ขออภัยคุณไม่มีสิทธิ์เข้าใช้งานระบบนี้",
|
||||||
icon: "warning",
|
icon: "warning",
|
||||||
color: "red",
|
color: "red",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue