ระบบจัดการประเภทของปัญหา

This commit is contained in:
Net 2024-02-16 16:20:18 +07:00
parent c6b9236a04
commit b4c4325cd1
11 changed files with 813 additions and 77 deletions

View file

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