Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 14ad2c54fd | |||
| a97556b9ae |
+2
-2
@@ -2,7 +2,7 @@ const routes = [
|
|||||||
{
|
{
|
||||||
name: 'user_profile',
|
name: 'user_profile',
|
||||||
path: '/me',
|
path: '/me',
|
||||||
component: () => import('@/views/ProfilePage.vue'),
|
component: () => import('@/pages/Main.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
requiresAuth: true
|
requiresAuth: true
|
||||||
}
|
}
|
||||||
@@ -10,7 +10,7 @@ const routes = [
|
|||||||
{
|
{
|
||||||
name: 'user_profile-tab',
|
name: 'user_profile-tab',
|
||||||
path: '/me/:tab',
|
path: '/me/:tab',
|
||||||
component: () => import('@/views/ProfilePage.vue'),
|
component: () => import('@/pages/Main.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
requiresAuth: true
|
requiresAuth: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user