ระบบจัดการประเภทของปัญหา
This commit is contained in:
parent
c6b9236a04
commit
b4c4325cd1
11 changed files with 813 additions and 77 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue