menu_shop.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 平台端菜单设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. [
  7. 'name' => 'PROMOTION_DISCOUNT',
  8. 'title' => '限时折扣',
  9. 'url' => 'discount://shop/discount/lists',
  10. 'parent' => 'PROMOTION_CENTER',
  11. 'is_show' => 1,
  12. 'is_control' => 1,
  13. 'is_icon' => 0,
  14. 'picture' => '',
  15. 'picture_select' => '',
  16. 'sort' => 100,
  17. 'child_list' => [
  18. [
  19. 'name' => 'PROMOTION_DISCOUNT_DETAIL',
  20. 'title' => '活动详情',
  21. 'url' => 'discount://shop/discount/detail',
  22. 'sort' => 1,
  23. 'is_show' => 0
  24. ],
  25. [
  26. 'name' => 'PROMOTION_DISCOUNT_ADD',
  27. 'title' => '添加活动',
  28. 'url' => 'discount://shop/discount/add',
  29. 'sort' => 1,
  30. 'is_show' => 0
  31. ],
  32. [
  33. 'name' => 'PROMOTION_DISCOUNT_EDIT',
  34. 'title' => '编辑活动',
  35. 'url' => 'discount://shop/discount/edit',
  36. 'sort' => 1,
  37. 'is_show' => 0
  38. ],
  39. [
  40. 'name' => 'PROMOTION_DISCOUNT_CLOSE',
  41. 'title' => '关闭活动',
  42. 'url' => 'discount://shop/discount/close',
  43. 'sort' => 1,
  44. 'is_show' => 0
  45. ],
  46. [
  47. 'name' => 'PROMOTION_DISCOUNT_DELETE',
  48. 'title' => '删除活动',
  49. 'url' => 'discount://shop/discount/delete',
  50. 'sort' => 1,
  51. 'is_show' => 0
  52. ],
  53. [
  54. 'name' => 'PROMOTION_DISCOUNT_MANAGE',
  55. 'title' => '商品管理',
  56. 'url' => 'discount://shop/discount/manage',
  57. 'sort' => 1,
  58. 'is_show' => 0
  59. ],
  60. [
  61. 'name' => 'PROMOTION_DISCOUNT_GOODS_SELECT',
  62. 'title' => '商品选择',
  63. 'url' => 'discount://shop/discount/selectgoods',
  64. 'sort' => 1,
  65. 'is_show' => 0
  66. ],
  67. [
  68. 'name' => 'PROMOTION_DISCOUNT_GOODS_ADD',
  69. 'title' => '商品添加',
  70. 'url' => 'discount://shop/discount/addgoods',
  71. 'sort' => 1,
  72. 'is_show' => 0
  73. ],
  74. [
  75. 'name' => 'PROMOTION_DISCOUNT_GOODS_UPDATE',
  76. 'title' => '商品修改',
  77. 'url' => 'discount://shop/discount/updategoods',
  78. 'sort' => 1,
  79. 'is_show' => 0
  80. ],
  81. [
  82. 'name' => 'PROMOTION_DISCOUNT_GOODS_DELETE',
  83. 'title' => '商品删除',
  84. 'url' => 'discount://shop/discount/deletegoods',
  85. 'sort' => 1,
  86. 'is_show' => 0
  87. ],
  88. ]
  89. ],
  90. ];