navigation.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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-serviceOnline",
  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-info",
  41. "items": [{
  42. "text": "通知公告",
  43. "items": [{
  44. "id": "sys-notice-list",
  45. "text": "系统公告",
  46. "viewType": "sys-notice-list"
  47. }]
  48. }]
  49. }, {
  50. "text": "帮助中心",
  51. "iconCls": "x-sa sa-help",
  52. "items": [{
  53. "text": "文档",
  54. "items": [{
  55. "id": "help-docproject-list",
  56. "text": "文档管理",
  57. "viewType": "help-docproject-list"
  58. }]
  59. }]
  60. }, {
  61. "text": "研发助手",
  62. "iconCls": "x-sa sa-setting",
  63. "items": [{
  64. "text": "工具",
  65. "items": [{
  66. "id": "9",
  67. "text":"清除系统缓存",
  68. "ctype": "Win",
  69. "viewType": "tools-clearcache"
  70. }, {
  71. "id": "10",
  72. "text": "冻结账号恢复",
  73. "ctype": "Win",
  74. "viewType": "tools-resetaccount"
  75. }]
  76. }]
  77. }]