headertest.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "type": "page",
  3. "initApi": "/api/sys_user_info",
  4. "body": [
  5. {
  6. "type": "flex",
  7. "justify": "flex-end",
  8. "items": [
  9. {
  10. "size": 30,
  11. "type": "avatar",
  12. "fit": "contain",
  13. "src": "${avatar}",
  14. "id": "u:20b0d53266be"
  15. },
  16. {
  17. "type": "dropdown-button",
  18. "label": "名字e",
  19. "className": "header-menu",
  20. "buttons": [
  21. {
  22. "type": "button",
  23. "label": "个人信息",
  24. "actionType": "link",
  25. "link": "/view/user_info",
  26. "id": "u:a3011c84be15"
  27. },
  28. {
  29. "type": "button",
  30. "actionType": "url",
  31. "url": "/login/out",
  32. "blank": false,
  33. "confirmText": "确定要退出吗",
  34. "label": "退出登录",
  35. "id": "u:4e435f2c13f9"
  36. }
  37. ],
  38. "id": "u:a4b02d9f8f31",
  39. "size": "md",
  40. "level": "default",
  41. "align": "right",
  42. "block": true
  43. }
  44. ],
  45. "id": "u:e7752d0c1dbe"
  46. }
  47. ],
  48. "id": "u:d16525b6aae6"
  49. }