[ // 菜单配置 'menu' => [ 'location' => 'default', // default:系统顶部菜单;addons:应用中心菜单 'icon' => 'fa fa-puzzle-piece', ], // 子模块配置 'modules' => [ ], ], // ----------------------- 快捷入口 ----------------------- // 'cover' => [ ], // ----------------------- 菜单配置 ----------------------- // 'menu' => [ [ 'title' => '基础配置', 'route' => 'setting/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], [ 'title' => '股东管理', 'route' => 'default/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], [ 'title' => '分红明细', 'route' => 'commission/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], ], // ----------------------- 权限配置 ----------------------- // 'authItem' => [ [ 'title' => '指定分红', 'name' => '', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'BossThree', 'child'=>[ [ 'title' => '股东管理', 'name' => 'default/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'BossThree', 'child'=>[ [ 'title' => '添加股东', 'name' => 'default/add-boss', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'BossThree', ], [ 'title' => '根据用户名搜索用户', 'name' => 'default/select-user', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'BossThree', ], [ 'title' => '编辑', 'name' => 'default/edit', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'BossThree', ], [ 'title' => '商品编辑', 'name' => 'default/goods', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'BossThree', ], ], ], [ 'title' => '分红明细', 'name' => 'commission/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'BossThree', 'child'=>[ ], ], [ 'title' => '基础设置', 'name' => 'setting/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'BossThree', 'child'=>[ ], ], ] ] ], // ----------------------- APP链接 ----------------------- // 'links' => [ //[ //'title' => '', //'route' => '', //'icon' => '', //'params' => [], //], ], // ----------------------- 事件处理 ----------------------- // ]; return array_merge($common,$backend);