menu_admin.php 847 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 平台端菜单设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. [
  7. 'name' => 'ALI_SMS_CONFIG',
  8. 'title' => '阿里云短信配置',
  9. 'url' => 'alisms://admin/sms/config',
  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. ],
  18. [
  19. 'name' => 'MESSAGE_SMS_EDIT',
  20. 'title' => '编辑阿里云短信模板',
  21. 'url' => 'alisms://admin/message/edit',
  22. 'parent' => 'MESSAGE_LISTS',
  23. 'is_show' => 0,
  24. 'picture' => '',
  25. 'picture_select' => '',
  26. 'sort' => 1,
  27. 'child_list' => [
  28. ],
  29. ],
  30. ];