data.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. /**
  2. * 目录的宫格索引
  3. */
  4. module.exports = {
  5. current_list: [{
  6. title: '成员管理',
  7. cur: 'applications',
  8. bgColor: '', // 背景颜色
  9. color: 'blue',
  10. title_show: false,
  11. showAll: false,
  12. colNumber: 5, // 显示的列数
  13. iconsList: [{
  14. cuIcon: 'refund',
  15. color: 'blue',
  16. name: '兑换',
  17. },
  18. {
  19. cuIcon: 'discoverfill',
  20. color: 'yellow',
  21. name: '发现',
  22. exec: 'add'
  23. },
  24. {
  25. cuIcon: 'goods',
  26. color: 'green',
  27. name: '商品',
  28. exec: 'invite'
  29. },
  30. {
  31. cuIcon: 'cart',
  32. color: 'red',
  33. name: '购物',
  34. },
  35. {
  36. cuIcon: 'crown',
  37. color: 'orange',
  38. name: '人员',
  39. exec: 'add'
  40. },
  41. {
  42. cuIcon: 'redpacket',
  43. color: 'red',
  44. name: '红包',
  45. exec: 'invite'
  46. },
  47. {
  48. cuIcon: 'game',
  49. color: 'pink',
  50. name: '游戏',
  51. },
  52. {
  53. cuIcon: 'upstage',
  54. color: 'cyan',
  55. name: '奖杯',
  56. exec: 'add'
  57. },
  58. {
  59. cuIcon: 'share',
  60. color: 'blue',
  61. name: '分享',
  62. exec: 'invite'
  63. },
  64. ]
  65. }],
  66. system_list: [{
  67. title: '成员管理',
  68. cur: 'applications',
  69. bgColor: 'bg-blue light', // 背景颜色
  70. color: 'blue',
  71. title_show: false,
  72. showAll: false,
  73. colNumber: 3, // 显示的列数
  74. iconsList: [{
  75. cuIcon: 'group_fill',
  76. color: 'blue',
  77. name: '组织机构',
  78. url: '/pages/toUrl/toUrl'
  79. },
  80. {
  81. cuIcon: 'friendadd',
  82. color: 'blue',
  83. name: '无URL',
  84. exec: 'add'
  85. },
  86. {
  87. cuIcon: 'friendaddfill',
  88. color: 'blue',
  89. name: '无Url',
  90. exec: 'invite'
  91. },
  92. ]
  93. },
  94. {
  95. title: '基础数据',
  96. cur: 'basic',
  97. bgColor: '', // 背景颜色
  98. color: 'blue',
  99. title_show: true,
  100. showAll: false,
  101. colNumber: 5, // 显示的列数
  102. iconsList: [{
  103. cuIcon: 'text',
  104. color: 'yellow',
  105. name: '基本信息',
  106. url: '/pages/toUrl/toUrl'
  107. },
  108. {
  109. cuIcon: 'peoplelist',
  110. color: 'blue',
  111. name: '员工管理',
  112. url: '/pages/toUrl/toUrl'
  113. },
  114. ]
  115. }, {
  116. title: '产品目录',
  117. cur: 'goods',
  118. bgColor: '', // 背景颜色
  119. color: 'blue',
  120. title_show: true,
  121. showAll: false,
  122. colNumber: 5, // 显示的列数
  123. iconsList: [{
  124. cuIcon: 'list',
  125. color: 'yellow',
  126. name: '分类',
  127. url: '/pages/toUrl/toUrl'
  128. },
  129. {
  130. cuIcon: 'goodsnew',
  131. color: 'blue',
  132. name: '型号',
  133. url: '/pages/toUrl/toUrl'
  134. },
  135. {
  136. cuIcon: 'shake',
  137. color: 'olive',
  138. name: '设备',
  139. url: '/pages/toUrl/toUrl'
  140. },
  141. {
  142. cuIcon: 'questionfill',
  143. color: 'yellow',
  144. name: '常见问题',
  145. url: '/pages/toUrl/toUrl'
  146. }
  147. ]
  148. },
  149. {
  150. title: '权限管理',
  151. cur: 'goods',
  152. bgColor: '', // 背景颜色
  153. color: 'blue',
  154. title_show: true,
  155. showAll: false,
  156. colNumber: 5, // 显示的列数
  157. iconsList: [{
  158. cuIcon: 'goodsfill',
  159. color: 'red',
  160. name: '权限设置',
  161. url: '/pages/toUrl/toUrl'
  162. }]
  163. }
  164. ],
  165. }