From c4ef99c714bf3747f27131c19953bc99c1a0df00 Mon Sep 17 00:00:00 2001 From: Ananda <125332905+anandaAiemvong@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:46:41 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20path=20=E0=B8=84=E0=B8=B9=E0=B9=88=E0=B8=A1=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B9=83=E0=B8=99=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app.config.ts b/src/app.config.ts index a669b0a..d0efc4e 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -32,8 +32,8 @@ const API = { const path = "http://chamomind.ddns.net:20006"; const generatePopupPath = (routeName: any) => { - if (routeName.includes("metadata")) { - return `${path}/manual/chapter-2-admin-metadata`; + if (routeName.includes("registry")) { + return `${path}/manual/chapter-2-user-registry`; } if (routeName.includes("leave")) { return `${path}/manual/chapter-4-user-leave`; @@ -66,6 +66,8 @@ const generatePopupPath = (routeName: any) => { const manualConfig = { dashboard: `${path}/manual/chapter-1-user-organization-chart`, leave: `${path}/manual/chapter-4-user-leave`, + organizationChart: `${path}/manual/chapter-1-user-organization-chart`, + registryMain: `${path}/manual/chapter-2-user-registry`, }; export default {