เพิ่มโมดูล support user

This commit is contained in:
Warunee Tamkoo 2024-01-29 11:28:34 +07:00
parent 47a24bba53
commit 385eb6e8c1
7 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,14 @@
const supportMain = () => import("@/modules/00_support/views/MainPage.vue");
export default [
{
path: "/support",
name: "supportMain",
component: supportMain,
meta: {
Auth: true,
Key: [1.1],
Role: "evaluate",
},
},
];