menu.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "success": true,
  3. "msg": "",
  4. "data": [
  5. {
  6. "id": "ENT10000",
  7. "text": "系统首页",
  8. "href": "/app/whepi/home/home.js",
  9. "iconCls": "icon-blank fa fa-desktop",
  10. "state": "close",
  11. "children": []
  12. },
  13. {
  14. "id": "ENT10002",
  15. "text": "小区进出信息",
  16. "href": "",
  17. "iconCls": "icon-blank fa fa-bars",
  18. "state": "closed",
  19. "children": [
  20. {
  21. "id": "ENT100021",
  22. "text": "进出二维码",
  23. "href": "/app/whepi/scan/qrImg.js",
  24. "iconCls": "icon-blank fa fa-align-justify",
  25. "state": "close",
  26. "children": []
  27. },
  28. {
  29. "id": "ENT100022",
  30. "text": "小区出入记录",
  31. "href": "/app/whepi/scan/xqmanage.js",
  32. "iconCls": "icon-blank fa fa-align-justify",
  33. "state": "close",
  34. "children": []
  35. },
  36. {
  37. "id": "ENT100023",
  38. "text": "巡检扫码记录",
  39. "href": "/app/whepi/scan/xunJian.js",
  40. "iconCls": "icon-blank fa fa-align-justify",
  41. "state": "close",
  42. "children": []
  43. },
  44. {
  45. "id": "ENT100024",
  46. "text": "特殊人员管理",
  47. "href": "/app/whepi/scan/specialPersonnel.js",
  48. "iconCls": "icon-blank fa fa-align-justify",
  49. "state": "close",
  50. "children": []
  51. }
  52. ]
  53. },
  54. {
  55. "id": "ENT10011",
  56. "text": "授权测试",
  57. "href": "/app/whepi/ceshi.js",
  58. "iconCls": "icon-blank fa fa-align-justify",
  59. "state": "close",
  60. "children": []
  61. }
  62. ]
  63. }