menu_shop.php 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 店铺端菜单设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. [
  7. 'name' => 'PROMOTION_BLINDBOX',
  8. 'title' => '盲盒',
  9. 'url' => 'blindbox://shop/blindbox/lists',
  10. 'picture' => 'addon/blindbox/shop/view/public/img/distribution_new.png',
  11. 'picture_selected' => 'addon/blindbox/shop/view/public/img/distribution_select.png',
  12. 'parent' => 'PROMOTION_CENTER',
  13. 'is_show' => 1,
  14. 'sort' => 100,
  15. 'child_list' => [
  16. [
  17. 'name' => 'PROMOTION_BLINDBOX_CATEGORY',
  18. 'title' => '盲盒分类',
  19. 'url' => 'blindbox://shop/blindboxCategory/lists',
  20. 'is_show' => 1,
  21. 'sort' => 2,
  22. 'child_list' => [
  23. [
  24. 'name' => 'PROMOTION_BLINDBOX_CATEGORY_ADD',
  25. 'title' => '新增盲盒分类',
  26. 'url' => 'blindbox://shop/blindboxCategory/add',
  27. 'sort' => 1,
  28. 'is_show' => 0
  29. ],
  30. [
  31. 'name' => 'PROMOTION_BLINDBOX_CATEGORY_EDIT',
  32. 'title' => '编辑盲盒分类',
  33. 'url' => 'blindbox://shop/blindboxCategory/edit',
  34. 'sort' => 1,
  35. 'is_show' => 0
  36. ],
  37. [
  38. 'name' => 'PROMOTION_BLINDBOX_CATEGORY_DEL',
  39. 'title' => '删除盲盒分类',
  40. 'url' => 'blindbox://shop/blindboxCategory/del',
  41. 'sort' => 1,
  42. 'is_show' => 0
  43. ],
  44. ]
  45. ],
  46. [
  47. 'name' => 'PROMOTION_BLINDBOX_LIST',
  48. 'title' => '盲盒列表',
  49. 'url' => 'blindbox://shop/blindbox/lists',
  50. 'is_show' => 1,
  51. 'sort' => 1,
  52. 'child_list' => [
  53. [
  54. 'name' => 'PROMOTION_BLINDBOX_ADD',
  55. 'title' => '新增盲盒',
  56. 'url' => 'blindbox://shop/blindbox/add',
  57. 'sort' => 1,
  58. 'is_show' => 0
  59. ],
  60. [
  61. 'name' => 'PROMOTION_BLINDBOX_EDIT',
  62. 'title' => '编辑盒子',
  63. 'url' => 'blindbox://shop/blindbox/edit',
  64. 'sort' => 2,
  65. 'is_show' => 0
  66. ],
  67. [
  68. 'name' => 'PROMOTION_BLINDBOX_DETAIL',
  69. 'title' => '盲盒详情',
  70. 'url' => 'blindbox://shop/blindbox/detail',
  71. 'sort' => 3,
  72. 'is_show' => 0
  73. ],
  74. [
  75. 'name' => 'PROMOTION_BLINDBOX_DEL',
  76. 'title' => '删除盲盒',
  77. 'url' => 'blindbox://shop/blindbox/del',
  78. 'sort' => 4,
  79. 'is_show' => 0
  80. ],
  81. [
  82. 'name' => 'PROMOTION_BLINDBOX_COLSE',
  83. 'title' => '关闭盲盒',
  84. 'url' => 'blindbox://shop/blindbox/colse',
  85. 'sort' => 5,
  86. 'is_show' => 0
  87. ],
  88. [
  89. 'name' => 'PROMOTION_BLINDBOXGOODS_LISTS',
  90. 'title' => '盲盒盒子',
  91. 'url' => 'blindbox://shop/blindboxGoods/lists',
  92. 'sort' => 6,
  93. 'is_show' => 0
  94. ],
  95. [
  96. 'name' => 'PROMOTION_BLINDBOXGOODS_ADD',
  97. 'title' => '新增盲盒盒子',
  98. 'url' => 'blindbox://shop/blindboxGoods/lists',
  99. 'sort' => 7,
  100. 'is_show' => 0
  101. ],
  102. [
  103. 'name' => 'PROMOTION_BLINDBOXGOODS_EDIT',
  104. 'title' => '编辑盲盒盒子',
  105. 'url' => 'blindbox://shop/blindboxGoods/edit',
  106. 'sort' => 8,
  107. 'is_show' => 0
  108. ],
  109. [
  110. 'name' => 'PROMOTION_BLINDBOXGOODS_DEL',
  111. 'title' => '删除盲盒盒子',
  112. 'url' => 'blindbox://shop/blindboxGoods/del',
  113. 'sort' => 9,
  114. 'is_show' => 0
  115. ],
  116. [
  117. 'name' => 'PROMOTION_BLINDBOX_SPREAD',
  118. 'title' => '推广盲盒',
  119. 'url' => 'blindbox://shop/blindbox/spreadblindbox',
  120. 'sort' => 10,
  121. 'is_show' => 0
  122. ],
  123. ]
  124. ],
  125. ]
  126. ],
  127. ];