[ // 菜单配置 'menu' => [ 'location' => 'default', // default:系统顶部菜单;addons:应用中心菜单 'icon' => 'fa fa-puzzle-piece', ], // 子模块配置 'modules' => [], ], // ----------------------- 快捷入口 ----------------------- // 'cover' => [], // ----------------------- 菜单配置 ----------------------- // 'menu' => [ [ 'title' => '数据概况', 'route' => 'data/index', 'icon' => '', 'params' => [], 'child' => [], ], [ 'title' => '申请列表', 'route' => 'apply/index', 'icon' => '', 'params' => [], 'child' => [], ], [ 'title' => '技师管理', 'route' => 'user/index', 'icon' => '', 'params' => [], 'child' => [], ], [ 'title' => '技师等级', 'route' => 'level/index', 'icon' => '', 'params' => [], 'child' => [], ], [ 'title' => '预约列表', 'route' => 'reserve-order/index', 'icon' => '', 'params' => [], 'child' => [], ], [ 'title' => '提成明细', 'route' => 'commission/index', 'icon' => '', 'params' => [], 'child' => [], ], [ 'title' => '订单流水', 'route' => 'order/index', 'icon' => '', 'params' => [], 'child' => [], ], [ 'title' => '基础设置', 'route' => 'setting/index', 'icon' => '', 'params' => [], 'child' => [], ], ], // ----------------------- 权限配置 ----------------------- // 'authItem' => [ [ 'title' => '预约服务', 'name' => '', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [ [ 'title' => '数据概况', 'name' => 'data/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [], ], [ 'title' => '申请列表', 'name' => 'apply/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [], ], [ 'title' => '技师管理', 'name' => 'user/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [], ], [ 'title' => '技师等级', 'name' => 'level/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [], ], [ 'title' => '预约列表', 'name' => 'reserve-order/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [], ], [ 'title' => '提成明细', 'name' => 'commission/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [], ], [ 'title' => '订单流水', 'name' => 'order/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [ [ 'title' => '订单流水明细', 'name' => 'order/list', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', ] ], ], [ 'title' => '基础设置', 'name' => 'setting/index', 'app_id' => 'backend', 'is_addon' => 1, 'addons_name' => 'ReservationService', 'child' => [], ], ] ] ], // ----------------------- APP链接 ----------------------- // 'links' => [ [ 'title' => '技师端', 'route' => '/plugins4/ReservationService/techWorker/index', 'icon' => '', 'params' => [], ], [ 'title' => '门店服务招募', 'route' => '/plugins4/ReservationService/service/storeServiceApply', 'icon' => '', 'params' => [], ], [ 'title' => '服务招募', 'route' => '/plugins4/ReservationService/service/serviceApply', 'icon' => '', 'params' => [], ], [ 'title' => '技师列表', 'route' => '/plugins2/reserveService/serviceStaff', 'icon' => '', 'params' => [], ], [ 'title' => '门店技师列表', 'route' => '/plugins2/reserveService/serviceStaff?pageType=1', 'icon' => '', 'params' => [], ], ], ]; return array_merge($common, $backend);