添加软件基础配置

This commit is contained in:
2024-10-18 12:46:58 +08:00
parent 9618ae6b14
commit 11a23c92df
21 changed files with 482 additions and 22 deletions
+14
View File
@@ -62,6 +62,20 @@ export default [
}
]
},
{
name: 'options',
path: '/options',
icon: 'Tool',
access: 'canOptions',
routes: [
{
name: 'laitoolOptions',
path: '/options/laitoolOptions',
component: './Options/LaitoolOptions/LaitoolOptions/index',
access: 'canLaitoolOptions',
}
]
},
{
path: '/roleManagement',
name: 'roleManagement',