From d747eb565923abcea7a4501efe935909002ba079 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Fri, 16 Feb 2024 16:21:18 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=E0=B9=80=E0=B8=A1=E0=B8=99?= =?UTF-8?q?=E0=B8=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/00_support/router.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/00_support/router.ts b/src/modules/00_support/router.ts index 296e89e43..659c27e00 100644 --- a/src/modules/00_support/router.ts +++ b/src/modules/00_support/router.ts @@ -5,12 +5,12 @@ const supportCategory = () => export default [ { path: "/support", - name: "supportMain", + name: "support", component: supportMain, meta: { Auth: true, Key: [1.1], - Role: "evaluate", + Role: "support", }, }, { @@ -20,7 +20,7 @@ export default [ meta: { Auth: true, Key: [1.1], - Role: "evaluate", + Role: "support", }, }, ];