กำหนดสิทธิ์จัดการโครงสร้าง
This commit is contained in:
parent
79875347f9
commit
6e9c8bf593
8 changed files with 801 additions and 4 deletions
|
|
@ -12,6 +12,10 @@ const ListsPage2Role = () =>
|
|||
const PermissionPage = () =>
|
||||
import("@/modules/02_users/views/permissionsView.vue");
|
||||
|
||||
/** roleOrganization */
|
||||
const roleOrgview = () =>
|
||||
import("@/modules/02_users/views/roleOrganization.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/users",
|
||||
|
|
@ -55,4 +59,13 @@ export default [
|
|||
Role: ["SUPER_ADMIN", "ADMIN"],
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/roles-organization",
|
||||
name: "roleOrganization",
|
||||
component: roleOrgview,
|
||||
meta: {
|
||||
Role: ["SUPER_ADMIN", "ADMIN"],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue