Add role page
This commit is contained in:
@@ -125,6 +125,13 @@ const adminLinks: EssentialLinkProps[] = reactive([
|
||||
link: '/#/user',
|
||||
target: '_self'
|
||||
},
|
||||
{
|
||||
title: 'ロール管理',
|
||||
caption: 'ロールを管理する',
|
||||
icon: 'work',
|
||||
link: '/#/role',
|
||||
target: '_self'
|
||||
},
|
||||
])
|
||||
|
||||
const version = process.env.version;
|
||||
|
||||
Reference in New Issue
Block a user