[ // 菜单配置 'menu' => [ 'location' => 'default', // default:系统顶部菜单;addons:应用中心菜单 'icon' => 'fa fa-puzzle-piece', ], // 子模块配置 'modules' => [ ], ], // ----------------------- 快捷入口 ----------------------- // 'cover' => [ ], // ----------------------- 菜单配置 ----------------------- // 'menu' => [ [ 'title' => '活动列表', 'route' => 'index/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], [ 'title' => '领取明细', 'route' => 'record/index', 'icon' => '', 'params' => [ ], 'child' => [ ], ], ], // ----------------------- 权限配置 ----------------------- // 'authItem' => [ [ 'title' => '随机红包', 'name' => '', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'RandomRedPacket', 'child'=>[ [ 'title' => '活动列表', 'name' => 'index/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'RandomRedPacket', 'child'=>[ [ 'title' => '添加活动/编辑', 'name' => 'index/edit', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'RandomRedPacket', ], [ 'title' => '失效/启用', 'name' => 'index/handle', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'RandomRedPacket', ], ], ], [ 'title' => '领取明细', 'name' => 'record/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'RandomRedPacket', 'child'=>[ ], ] ] ] ], // ----------------------- APP链接 ----------------------- // 'links' => [ //[ //'title' => '', //'route' => '', //'icon' => '', //'params' => [], //], ], // ----------------------- 事件处理 ----------------------- // 'events' => [ //[ //'event_name' => '', //'listeners' => [] //], ], // ----------------------- 公共调用 ----------------------- // 'invoker'=>[ ['invoker_id'=>\common\enums\GlobalFuncEnum::GOODS_LIST_EXTRA,'class'=>'addons\RandomRedPacket\common\logic\GoodsListExtraLogic','method'=>'setGoodsExtra'], ], ];