[ // 菜单配置 'menu' => [ 'location' => 'default', // default:系统顶部菜单;addons:应用中心菜单 'icon' => 'fa fa-puzzle-piece', ], // 子模块配置 'modules' => [ ], ], // ----------------------- 快捷入口 ----------------------- // 'cover' => [ ], // ----------------------- 菜单配置 ----------------------- // 'menu' => [ [ 'title' => '发放管理', 'route' => 'default/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], [ 'title' => '新增规则', 'route' => 'default/edit', 'icon' => '', 'params' => [ ], 'child' => [ ], ], [ 'title' => '规则统计', 'route' => 'statistics/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], [ 'title' => '会员明细', 'route' => 'member/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], ] ]; return array_merge($common,$backend);