navigation.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [{
  2. "text": "统计分析",
  3. "iconCls": "x-sa sa-accountCenter",
  4. "items": [{
  5. "text": "注册统计",
  6. "items": [{
  7. "id": "1",
  8. "text": "企业注册数据",
  9. "viewType": "statistical-companyinfo"
  10. }, {
  11. "id": "2",
  12. "text": "个人注册数据",
  13. "viewType": "statistical-personinfo"
  14. }]
  15. }, {
  16. "text": "行为统计",
  17. "items": [{
  18. "id": "4",
  19. "text": "用户访问日志",
  20. "viewType": "statistical-loginlog"
  21. }]
  22. }]
  23. }, {
  24. "text": "客户服务",
  25. "iconCls": "x-sa sa-info",
  26. "items": [{
  27. "text": "客户反馈",
  28. "items": [{
  29. "id": "6",
  30. "text": "在线反馈",
  31. "viewType": "cuservice-feedback"
  32. }]
  33. }]
  34. }, {
  35. "text": "研发助手",
  36. "iconCls": "x-sa sa-setting",
  37. "items": [{
  38. "text": "工具",
  39. "items": [{
  40. "id": "9",
  41. "text":"清除系统缓存",
  42. "ctype": "Win",
  43. "viewType": "tools-clearcache"
  44. }, {
  45. "id": "10",
  46. "text": "冻结账号恢复",
  47. "ctype": "Win",
  48. "viewType": "tools-resetaccount"
  49. }]
  50. }]
  51. }]