From 35743304383be8e5bda94e1bc714fbbdd7f10650 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 16 Jul 2024 09:52:45 +0700 Subject: [PATCH] fixing config & hide system in logs --- src/api/index.ts | 2 +- src/modules/03_logs/views/lists.vue | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/api/index.ts b/src/api/index.ts index 4644cc65..aafcee93 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -20,7 +20,7 @@ const config = ref({ API_REPORT2_URI: "https://bma-ehr.frappet.synology.me/api/v2", API_REPORT_TEMPLATE_URI: "https://report-server.frappet.synology.me/api/v1/report-template", - API_LOG: "http://192.168.1.90:20007/api/v1", + API_LOG: apiUrlConfig, }, test: { API_URI: "http://localhost:5010/api/v1", diff --git a/src/modules/03_logs/views/lists.vue b/src/modules/03_logs/views/lists.vue index 35b3c199..c65df0c0 100644 --- a/src/modules/03_logs/views/lists.vue +++ b/src/modules/03_logs/views/lists.vue @@ -87,11 +87,11 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ label: "ระบบดำเนินการทางวินัย", path: "/lists?system=cybersecurity", }, - { - icon: "mdi-briefcase-account", - label: "ระบบบริการเจ้าของข้อมูลบุคคล", - path: "/lists?system=owner", - }, + // { + // icon: "mdi-briefcase-account", + // label: "ระบบบริการเจ้าของข้อมูลบุคคล", + // path: "/lists?system=owner", + // }, { icon: "mdi-account-settings-outline", label: "ระบบข้อมูลหลัก", @@ -102,11 +102,11 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ label: "ระบบ Admin", path: "/lists?system=admin", }, - { - icon: "mdi-shield-key", - label: "ระบบ Single Sign-On", - path: "/lists?system=sso", - }, + // { + // icon: "mdi-shield-key", + // label: "ระบบ Single Sign-On", + // path: "/lists?system=sso", + // }, ]); onMounted(async () => {