menu_shop.php 580 B

12345678910111213141516171819
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 平台端菜单设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. [
  7. 'name' => 'PROMOTION_POINGCASH',
  8. 'title' => '积分抵现',
  9. 'url' => 'pointcash://shop/config/index',
  10. 'parent' => 'PROMOTION_CENTER',
  11. 'is_show' => 1,
  12. 'is_control' => 1,
  13. 'is_icon' => 0,
  14. 'picture' => 'addon/pointcash/shop/view/public/img/point_site.png',
  15. 'picture_select' => '',
  16. 'sort' => 100,
  17. ]
  18. ];