menu_shop.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 平台端菜单设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. [
  7. 'name' => 'NIU_SMS_CONFIG',
  8. 'title' => '牛云短信配置',
  9. 'url' => 'niusms://shop/sms/index',
  10. 'parent' => 'SMS_MANAGE',
  11. 'is_show' => 0,
  12. 'is_control' => 1,
  13. 'is_icon' => 0,
  14. 'picture' => '',
  15. 'picture_select' => '',
  16. 'sort' => 1,
  17. 'child_list' => [
  18. [
  19. 'name' => 'NIU_SMS_LOGIN',
  20. 'title' => '账户登录',
  21. 'url' => 'niusms://shop/sms/login',
  22. 'is_show' => 1,
  23. 'sort' => 1,
  24. ],
  25. [
  26. 'name' => 'NIU_SMS_REGISTER',
  27. 'title' => '账户注册',
  28. 'url' => 'niusms://shop/sms/register',
  29. 'is_show' => 1,
  30. 'sort' => 2,
  31. ],
  32. [
  33. 'name' => 'NIU_SMS_Forget',
  34. 'title' => '账户注册',
  35. 'url' => 'niusms://shop/sms/forget',
  36. 'is_show' => 1,
  37. 'sort' => 3,
  38. ],
  39. ],
  40. ],
  41. [
  42. 'name' => 'NIU_MESSAGE_SMS_EDIT',
  43. 'title' => '编辑牛云短信模板',
  44. 'url' => 'niusms://shop/message/edit',
  45. 'parent' => 'MESSAGE_LISTS',
  46. 'is_show' => 0,
  47. 'picture' => '',
  48. 'picture_select' => '',
  49. 'sort' => 1,
  50. 'child_list' => [],
  51. ],
  52. ];