menu3.json 508 B

12345678910111213141516171819202122
  1. {
  2. "success": true,
  3. "msg": "",
  4. "data": [
  5. {
  6. "id": "ENT101007",
  7. "text": "在职人员管理",
  8. "href": "/app/whepi/lingyun/lingyunUserOnJob.js",
  9. "iconCls": "icon-blank fa fa-align-justify",
  10. "state": "close",
  11. "children": []
  12. },
  13. {
  14. "id": "ENT101008",
  15. "text": "不在职人员管理",
  16. "href": "/app/whepi/lingyun/lingyunUserNotOnJob.js",
  17. "iconCls": "icon-blank fa fa-align-justify",
  18. "state": "close",
  19. "children": []
  20. }
  21. ]
  22. }