menu_shop.php 551 B

12345678910111213141516171819
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 平台端菜单设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. [
  7. 'name' => 'MEMBER_SIGNIN',
  8. 'title' => '签到奖励',
  9. 'url' => 'membersignin://shop/config/index',
  10. 'parent' => 'PROMOTION_CENTER',
  11. 'is_show' => 1,
  12. 'is_control' => 1,
  13. 'is_icon' => 0,
  14. 'picture' => '',
  15. 'picture_select' => '',
  16. 'sort' => 9,
  17. 'child_list' => []
  18. ],
  19. ];