navigation.json 1.4 KB

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