增加基础配置
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
2025-07-12 11:59:33 +08:00
parent fb50096e66
commit 8a3ab17b25
44 changed files with 1599 additions and 66 deletions

View File

@ -18,5 +18,30 @@ return [
'id' => 1,
'action' => 'UserController@userLogin',
'name' => '用户登录',
]
],
[
'id' => 2,
'action' => 'UserController@userLogout',
'name' => '用户登出',
],
[
'id' => 3,
'action' => 'RoleController@disableRoles',
'name' => '禁用|启用角色',
],
[
'id' => 4,
'action' => 'RoleController@delRoles',
'name' => '删除角色',
],
[
'id' => 5,
'action' => 'RoleController@addCompanyModule',
'name' => '公司授权',
],
[
'id' => 6,
'action' => 'RoleController@assignRolePermissions',
'name' => '角色授权',
],
];