navigation.json 821 B

12345678910111213141516171819202122232425262728293031
  1. [{
  2. "text": "企业",
  3. "iconCls": "x-sa sa-accountCenter",
  4. "items": [{
  5. "text": "查询",
  6. "items": [{
  7. "id": "company",
  8. "text": "企业信息",
  9. "viewType": "account-company-querypanel"
  10. }, {
  11. "id": "account",
  12. "text": "用户信息",
  13. "viewType": "account-account-querypanel"
  14. }]
  15. }, {
  16. "text": "报表",
  17. "items": [{
  18. "id": "report-company",
  19. "text": "企业活跃度一览表",
  20. "viewType": "operation-report-company"
  21. },{
  22. "id": "report-account",
  23. "text": "用户活跃度一览表",
  24. "viewType": "operation-report-account"
  25. }]
  26. }]
  27. }, {
  28. "text": "设置",
  29. "iconCls": "x-sa sa-setting",
  30. "items": []
  31. }]