routing permissions
This commit is contained in:
parent
1d2e113c4b
commit
8033038c2e
2 changed files with 6 additions and 4 deletions
|
@ -665,6 +665,8 @@ const router = createRouter({
|
|||
path: "version",
|
||||
name: "admin-user-version",
|
||||
component: () => import("@/views/admin/management/version/VersionDisplay.vue"),
|
||||
meta: { admin: true },
|
||||
beforeEnter: [abilityAndNavUpdate],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue