เพิ่มโมดูล support user
This commit is contained in:
parent
47a24bba53
commit
385eb6e8c1
7 changed files with 43 additions and 0 deletions
14
src/modules/00_support/router.ts
Normal file
14
src/modules/00_support/router.ts
Normal 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",
|
||||
},
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue