We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ebcc9 commit 47bcb8dCopy full SHA for 47bcb8d
web/src/router/index.ts
@@ -39,11 +39,13 @@ const routes: RouteRecordRaw[] = [
39
path: '/admin/postNote',
40
name: 'postNote',
41
component: () => import('@/views/admin/PostNote.vue'),
42
+ meta: { requiresAuth: true },
43
},
44
{
45
path: '/admin/gather',
46
name: 'GatherManager',
47
component: () => import('@/views/admin/GatherManager.vue'),
48
49
50
51
path: 'cloud',
0 commit comments