menu_shop.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 平台端菜单设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. [
  7. 'name' => 'SHOP_COMPONENT_ROOT',
  8. 'title' => '视频号',
  9. 'url' => 'shopcomponent://shop/goods/lists',
  10. 'picture' => 'addon/shopcomponent/shop/view/public/img/live_new.png',
  11. 'picture_selected' => 'addon/shopcomponent/shop/view/public/img/live_select.png',
  12. 'parent' => 'PROMOTION_TOOL',
  13. 'is_show' => 1,
  14. 'sort' => 1,
  15. 'child_list' => [
  16. [
  17. 'name' => 'SHOP_COMPONENT_GOODS',
  18. 'title' => '商品管理',
  19. 'url' => 'shopcomponent://shop/goods/lists',
  20. 'is_show' => 1,
  21. 'sort' => 1,
  22. 'child_list' => [
  23. ]
  24. ],
  25. [
  26. 'name' => 'SHOP_COMPONENT_CATEGORY',
  27. 'title' => '类目管理',
  28. 'url' => 'shopcomponent://shop/category/lists',
  29. 'is_show' => 1,
  30. 'sort' => 2,
  31. 'child_list' => [
  32. ]
  33. ],
  34. [
  35. 'name' => 'SHOP_COMPONENT_ACCESS',
  36. 'title' => '视频号接入',
  37. 'url' => 'shopcomponent://shop/goods/access',
  38. 'is_show' => 1,
  39. 'sort' => 3,
  40. 'child_list' => [
  41. ]
  42. ],
  43. ]
  44. ]
  45. ];