* * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ declare(strict_types=1); 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' => '角色授权', ], [ 'id' => 7, 'action' => 'RoleController@addRole', 'name' => '新增|编辑角色', ], [ 'id' => 8, 'action' => 'DeptController@addDept', 'name' => '新增|编辑部分', ], [ 'id' => 9, 'action' => 'DeptController@delDept', 'name' => '删除部门', ], [ 'id' => 10, 'action' => 'DeptController@updateDeptStatus', 'name' => '部门状态更新', ], [ 'id' => 11, 'action' => 'FrirstCompanyController@addFirstCompany', 'name' => '新增|编辑平台公司', ], ];