จัดการผู้ใช้งาน
This commit is contained in:
parent
badb676529
commit
d85f67506f
12 changed files with 554 additions and 22 deletions
|
|
@ -5,6 +5,7 @@ const Dashboard = () => import("@/views/Dashboard.vue");
|
|||
const Error404NotFound = () => import("@/views/Error404NotFound.vue");
|
||||
|
||||
import ModuleMetadata from "@/modules/01_metadata/router";
|
||||
import ModuleUser from "@/modules/02_users/router";
|
||||
|
||||
// TODO: ใช้หรือไม่?
|
||||
import keycloak from "@/plugins/keycloak";
|
||||
|
|
@ -28,6 +29,7 @@ const router = createRouter({
|
|||
},
|
||||
},
|
||||
...ModuleMetadata,
|
||||
...ModuleUser,
|
||||
],
|
||||
},
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue