2.3.0-rc2
This commit is contained in:
@@ -58,6 +58,12 @@ const router = createRouter({
|
||||
name: 'account',
|
||||
component: () => import('../views/AccountView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'my-profile',
|
||||
name: 'my-profile',
|
||||
component: () => import('../views/StudentProfileView.vue'),
|
||||
meta: { roles: ['Student'] },
|
||||
},
|
||||
{
|
||||
path: 'base-data',
|
||||
redirect: '/base-data/organization',
|
||||
|
||||
Reference in New Issue
Block a user