Add role page

This commit is contained in:
xue jiahao
2024-12-23 14:19:20 +08:00
parent 8c481ecf4c
commit 354abf252b
5 changed files with 405 additions and 11 deletions

View File

@@ -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;