menu.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. return [
  3. [
  4. 'name' => '商家管理',
  5. 'icon' => 'store_icon',
  6. 'menu' => [
  7. ['name' => '商家列表','icon' =>'list_icon','url' => url('smartbc/store/index')],
  8. ['name' => '智慧商圏','icon' => 'iconset0280','url' => url('smartbc/group/index')],
  9. ['name' => '行业管理','icon' => 'list_icon','url' => url('smartbc/storeCate/index'),'icon' => 'classify_icon'],
  10. ]
  11. ],
  12. [
  13. 'name' => '优惠券',
  14. 'icon' => 'youhuiquan',
  15. 'menu' => [
  16. ['name' => '优惠券','icon' => 'list_icon','url' => url('smartbc/coupon/index')],
  17. ['name' => '已领券','icon' => 'my_icon','url' => url('smartbc/coupon/user')],
  18. ]
  19. ],
  20. [
  21. 'name' => '财务管理',
  22. 'icon' => 'chuzhijine',
  23. 'menu' => [
  24. ['name' => '付款买单','url' => url('smartbc/order/index')],
  25. ]
  26. ],
  27. [
  28. 'name' => '首页广告',
  29. 'icon' => 'wodedingdan2',
  30. 'menu' => [
  31. ['name' => '首页横幅','url' => url('smartbc/adwords/index',['group'=>'index'])],
  32. // ['name' => '首页图标','url' => url('smartbc/adwords/index',['group'=>'icon'])],
  33. ]
  34. ],
  35. [
  36. 'name' => '系统设置',
  37. 'icon' => 'setup_icon',
  38. 'menu' => [
  39. ['name' => '服务协议','url' => url('smartbc/setting/sla'),'icon' => 'license'],
  40. ['name' => '全局文案','url' => url('smartbc/setting/article'),'icon' => 'text_icon'],
  41. ['name' => '消息通知','url' => url('smartbc/setting/tplmsg'),'icon' => 'message_icon'],
  42. ['name' => '系统配置','url' => url('smartbc/setting/config'),'icon' => 'setup_icon']
  43. ]
  44. ]
  45. ];