[ // 菜单配置 'menu' => [ 'location' => 'default', // default:系统顶部菜单;addons:应用中心菜单 'icon' => 'fa fa-puzzle-piece', ], // 子模块配置 'modules' => [ ], ], // ----------------------- 快捷入口 ----------------------- // 'cover' => [ ], // ----------------------- 菜单配置 ----------------------- // 'menu' => [ [ 'title' => '推荐活动', 'route' => 'default/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], [ 'title' => '排行榜记录', 'route' => 'join-log/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], [ 'title' => '奖励记录', 'route' => 'reward/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], ], // ----------------------- 权限配置 ----------------------- // 'authItem' => [ [ 'title' => '推荐有礼', 'name' => '', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'Recommen', 'child'=>[ [ 'title' => '推荐有礼', 'name' => 'default/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'Recommen', 'child'=>[ [ 'title' => '添加编辑活动', 'name' => 'default/edit', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'Recommen', ], [ 'title' => '设置卡密', 'name' => 'card-secret/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'Recommen', ], [ 'title' => '删除/停用', 'name' => 'default/handle', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'Recommen', ], ], ], [ 'title' => '参与记录', 'name' => 'reward/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'Recommen', 'child'=>[ ], ], ] ] ], ]; return array_merge($common,$backend);