user/noteも隠す
This commit is contained in:
parent
55ebe55a45
commit
f28e50db5c
@ -35,10 +35,12 @@ const routes: RouteDef[] = [{
|
||||
name: 'user',
|
||||
path: '/@:acct/:page?',
|
||||
component: page(() => import('@/pages/user/index.vue')),
|
||||
loginRequired: true,
|
||||
}, {
|
||||
name: 'note',
|
||||
path: '/notes/:noteId/:initialTab?',
|
||||
component: page(() => import('@/pages/note.vue')),
|
||||
loginRequired: true,
|
||||
}, {
|
||||
name: 'list',
|
||||
path: '/list/:listId',
|
||||
|
Loading…
Reference in New Issue
Block a user