show user login data
This commit is contained in:
parent
d6f28022f0
commit
8c5b4429b1
5 changed files with 146 additions and 8 deletions
|
@ -459,9 +459,17 @@ const router = createRouter({
|
|||
{
|
||||
path: "",
|
||||
name: "account-default",
|
||||
component: () => import("@/views/admin/ViewSelect.vue"),
|
||||
meta: { type: "read", section: "club" },
|
||||
beforeEnter: [abilityAndNavUpdate],
|
||||
component: () => import("@/views/account/ViewSelect.vue"),
|
||||
},
|
||||
{
|
||||
path: "me",
|
||||
name: "account-me",
|
||||
component: () => import("@/views/account/ViewSelect.vue"),
|
||||
},
|
||||
{
|
||||
path: "logindata",
|
||||
name: "account-logindata",
|
||||
component: () => import("@/views/account/LoginData.vue"),
|
||||
},
|
||||
{
|
||||
path: ":pathMatch(.*)*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue