| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "type": "page",
- "initApi": "/api/sys_user_info",
- "body": [
- {
- "type": "flex",
- "justify": "flex-end",
- "items": [
- {
- "size": 30,
- "type": "avatar",
- "fit": "contain",
- "src": "${avatar}",
- "id": "u:20b0d53266be"
- },
- {
- "type": "dropdown-button",
- "label": "名字e",
- "className": "header-menu",
- "buttons": [
- {
- "type": "button",
- "label": "个人信息",
- "actionType": "link",
- "link": "/view/user_info",
- "id": "u:a3011c84be15"
- },
- {
- "type": "button",
- "actionType": "url",
- "url": "/login/out",
- "blank": false,
- "confirmText": "确定要退出吗",
- "label": "退出登录",
- "id": "u:4e435f2c13f9"
- }
- ],
- "id": "u:a4b02d9f8f31",
- "size": "md",
- "level": "default",
- "align": "right",
- "block": true
- }
- ],
- "id": "u:e7752d0c1dbe"
- }
- ],
- "id": "u:d16525b6aae6"
- }
|