unit title link
This commit is contained in:
parent
73cc8bd82c
commit
4338f58dea
3 changed files with 19 additions and 2 deletions
|
@ -304,6 +304,13 @@ const router = createRouter({
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "unit",
|
||||
name: "admin-unit",
|
||||
component: () => import("@/views/RouterView.vue"),
|
||||
meta: { type: "read", section: "unit" },
|
||||
beforeEnter: [abilityAndNavUpdate],
|
||||
},
|
||||
{
|
||||
path: "configuration",
|
||||
name: "admin-configuration",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue