start commit for admin system
This commit is contained in:
commit
badb676529
300 changed files with 58634 additions and 0 deletions
18
src/modules/03_logs/router.ts
Normal file
18
src/modules/03_logs/router.ts
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
const ListsPage = () => import("@/modules/03_logs/views/lists.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/users",
|
||||
name: "manageUsers",
|
||||
component: ListsPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
Role: "user_role",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/users/:id",
|
||||
name: "masterInsignia",
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue