เพิ่มแสดงเมนู

This commit is contained in:
Warunee Tamkoo 2024-02-16 16:21:18 +07:00 committed by Net
parent f448af5533
commit d747eb5659

View file

@ -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",
},
},
];