menu.json 248 B

1234567891011121314
  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. }