enhance(client): 設定から自分のロールを確認できるように
This commit is contained in:
parent
7c2d8d73ce
commit
8ac5c35f09
4 changed files with 66 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ export const routes = [{
|
|||
path: '/profile',
|
||||
name: 'profile',
|
||||
component: page(() => import('./pages/settings/profile.vue')),
|
||||
}, {
|
||||
path: '/roles',
|
||||
name: 'roles',
|
||||
component: page(() => import('./pages/settings/roles.vue')),
|
||||
}, {
|
||||
path: '/privacy',
|
||||
name: 'privacy',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue