core.php 588 B

12345678910111213141516171819202122232425
  1. <?php
  2. return [
  3. 'menu' => [
  4. 'msg' => [
  5. 'parent' => 'connect',
  6. 'name' => '消息管理',
  7. 'icon' => 'message-3-line',
  8. 'sort' => '70',
  9. ],
  10. 'template' => [
  11. 'parent' => 'msg',
  12. 'name' => '消息模板',
  13. 'icon' => 'message-3-line',
  14. 'sort' => '1',
  15. ],
  16. 'code' => [
  17. 'parent' => 'msg',
  18. 'name' => '验证码记录',
  19. 'icon' => 'codepen-fill',
  20. 'sort' => '2',
  21. ],
  22. ],
  23. ];