Skip to content

Commit 47bcb8d

Browse files
committed
fix
1 parent 74ebcc9 commit 47bcb8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/router/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ const routes: RouteRecordRaw[] = [
3939
path: '/admin/postNote',
4040
name: 'postNote',
4141
component: () => import('@/views/admin/PostNote.vue'),
42+
meta: { requiresAuth: true },
4243
},
4344
{
4445
path: '/admin/gather',
4546
name: 'GatherManager',
4647
component: () => import('@/views/admin/GatherManager.vue'),
48+
meta: { requiresAuth: true },
4749
},
4850
{
4951
path: 'cloud',

0 commit comments

Comments
 (0)