navigation.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /**
  2. * 页面展示列表数据
  3. */
  4. export default {
  5. data: [{
  6. title: '首次更新',
  7. list: [{
  8. icon: 'code',
  9. title: '月薪清单 + 五险一金明细',
  10. color: 'red',
  11. url: '/vipPages/salary',
  12. author: '图鸟北北'
  13. },{
  14. icon: 'code',
  15. title: '收益明细 + 收益趋势预测',
  16. color: 'green',
  17. url: '/vipPages/income',
  18. author: '图鸟北北'
  19. },
  20. {
  21. icon: 'code',
  22. title: '粉丝明细 + 访问流量分析',
  23. color: 'blue',
  24. url: '/vipPages/diagnosis',
  25. author: '图鸟北北'
  26. },
  27. {
  28. icon: 'code',
  29. title: '运动效果 + 训练表现监控',
  30. color: 'cyan',
  31. url: '/vipPages/sport',
  32. author: '图鸟北北'
  33. },
  34. {
  35. icon: 'code',
  36. title: '理财持仓 + 市值盈亏份额',
  37. color: 'bluepurple',
  38. url: '/vipPages/manage',
  39. author: '图鸟北北'
  40. }
  41. ]
  42. },
  43. {
  44. title: '二次更新',
  45. list: [{
  46. icon: 'code',
  47. title: '文件类型 + 存储空间占用',
  48. color: 'indigo',
  49. url: '/vipPages/file',
  50. author: '图鸟北北'
  51. },
  52. {
  53. icon: 'code',
  54. title: '账单明细 + 资产理财统计',
  55. color: 'aquablue',
  56. url: '/vipPages/bank',
  57. author: '图鸟北北'
  58. },
  59. {
  60. icon: 'code',
  61. title: '微信群组 + 成员分析统计',
  62. color: 'teal',
  63. url: '/vipPages/group',
  64. author: '图鸟北北'
  65. },
  66. {
  67. icon: 'code',
  68. title: '用户画像 + 客户画像分析',
  69. color: 'orangered',
  70. url: '/vipPages/portrait',
  71. author: '图鸟北北'
  72. },
  73. {
  74. icon: 'code',
  75. title: '暗黑风格 + 可视化趋势图',
  76. color: 'grey',
  77. url: '/vipPages/black',
  78. author: '图鸟北北'
  79. },
  80. {
  81. icon: 'code',
  82. title: '持续更新,感恩会员大佬们的支持',
  83. color: 'orange',
  84. url: '/vipPages/xxxx',
  85. author: '图鸟北北'
  86. }
  87. ]
  88. }
  89. ]
  90. }