Fix: アクセストークン管理画面、アカウント管理画面表示できないのを修正 (#9064)

* Fix: apps page routing

* Fix: accounts page routing

* Fix: router name
This commit is contained in:
futchitwo 2022-08-21 23:20:42 +09:00 committed by GitHub
parent dddc076d01
commit 253f005e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -133,6 +133,10 @@ export const routes = [{
path: '/api',
name: 'api',
component: page(() => import('./pages/settings/api.vue')),
}, {
path: '/apps',
name: 'api',
component: page(() => import('./pages/settings/apps.vue')),
}, {
path: '/webhook/edit/:webhookId',
name: 'webhook',
@ -157,6 +161,10 @@ export const routes = [{
path: '/custom-css',
name: 'general',
component: page(() => import('./pages/settings/custom-css.vue')),
}, {
path: '/accounts',
name: 'profile',
component: page(() => import('./pages/settings/accounts.vue')),
}, {
path: '/account-info',
name: 'other',