角色日志、列表修改
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
2025-07-14 14:46:47 +08:00
parent 0567eda8ca
commit c805742767
3 changed files with 16 additions and 3 deletions

View File

@ -44,4 +44,9 @@ return [
'action' => 'RoleController@assignRolePermissions',
'name' => '角色授权',
],
[
'id' => 7,
'action' => 'RoleController@addRole',
'name' => '新增|编辑角色',
],
];