menu_shop.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 平台端菜单设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. [
  7. 'name' => 'SHOP_VIRTUALEVALUATION_ROOT',
  8. 'title' => '虚拟评价',
  9. 'url' => 'virtualevaluation://shop/comment/goodslists',
  10. 'picture' => 'addon/virtualevaluation/shop/view/public/img/comment.png',
  11. 'picture_selected' => 'addon/virtualevaluation/shop/view/public/img/comment_selected.png',
  12. 'parent' => 'PROMOTION_TOOL',
  13. 'is_show' => 1,
  14. 'sort' => 1,
  15. 'child_list' => [
  16. [
  17. 'name' => 'SHOP_VIRTUALEVALUATION_GOODS',
  18. 'title' => '商品列表',
  19. 'url' => 'virtualevaluation://shop/comment/goodslists',
  20. 'is_show' => 1,
  21. 'sort' => 1,
  22. 'child_list' => [
  23. [
  24. 'name' => 'SHOP_STOCK_BATCH_ADD',
  25. 'title' => '批量添加评论',
  26. 'url' => 'virtualevaluation://shop/comment/batchadd',
  27. 'is_show' => 0,
  28. 'sort' => 1,
  29. 'child_list' => [
  30. ]
  31. ],
  32. ]
  33. ],
  34. [
  35. 'name' => 'SHOP_VIRTUAL_STOCK',
  36. 'title' => '虚拟评价库',
  37. 'url' => 'virtualevaluation://shop/comment/stock',
  38. 'is_show' => 1,
  39. 'sort' => 1,
  40. 'child_list' => [
  41. [
  42. 'name' => 'SHOP_STOCK_EDIT',
  43. 'title' => '编辑',
  44. 'url' => 'virtualevaluation://shop/comment/getcontents',
  45. 'is_show' => 0,
  46. 'sort' => 1,
  47. 'child_list' => [
  48. ]
  49. ],
  50. ]
  51. ],
  52. ]
  53. ]
  54. ];