constData.config.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. export default {
  2. // app应用名称
  3. appName: '能联全球',
  4. // 购物车在tab的位置
  5. cartIndex: 3,
  6. // 消息在tab的位置
  7. notifyIndex: 2,
  8. // 验证码发送间隔
  9. sendCodeTime: 60,
  10. // 金额符号
  11. moneySymbol: '¥',
  12. // 单礼品替代词
  13. singleSkuText: '基础款',
  14. // 顶部导航菜单
  15. menuTop: [
  16. {
  17. icon: 'iconxiaoxi1',
  18. text: '消息',
  19. urlType: 'tab',
  20. url: '/pages/notify/notify'
  21. },
  22. {
  23. icon: 'iconzhuyedefuben',
  24. text: '首页',
  25. urlType: 'tab',
  26. url: '/pages/index/index'
  27. },
  28. {
  29. icon: 'iconwode-',
  30. text: '账户',
  31. urlType: 'tab',
  32. url: '/pages/profile/profile'
  33. },
  34. {
  35. icon: 'icongouwuche2',
  36. text: '服务',
  37. urlType: 'tab',
  38. url: '/pages/service/service'
  39. },
  40. ],
  41. // 消息类型 1:公告;2:提醒;3:私信
  42. notifyTypeList: [
  43. { type: 0, content: '' },
  44. { type: 1, content: '公告' },
  45. { type: 2, content: '提醒' },
  46. { type: 3, content: '私信' }
  47. ],
  48. // 主题列表
  49. themeList: [
  50. {
  51. title: '官方',
  52. name: 'rf',
  53. color: '#4BC0E2',
  54. // tabList: [
  55. // '/static/tab-home-rf.png',
  56. // '/static/tab-cate-rf.png',
  57. // '/static/tab-notify-rf.png',
  58. // '/static/tab-cart-rf.png',
  59. // '/static/tab-my-rf.png'
  60. // ]
  61. },
  62. {
  63. title: '嫣红',
  64. name: 'red',
  65. color: '#e54d42',
  66. tabList: [
  67. '/static/tab-home-red.png',
  68. '/static/tab-cate-red.png',
  69. '/static/tab-notify-red.png',
  70. '/static/tab-cart-red.png',
  71. '/static/tab-my-red.png'
  72. ]
  73. },
  74. {
  75. title: '桔橙',
  76. name: 'orange',
  77. color: '#f37b1d',
  78. tabList: [
  79. '/static/tab-home-orange.png',
  80. '/static/tab-cate-orange.png',
  81. '/static/tab-notify-orange.png',
  82. '/static/tab-cart-orange.png',
  83. '/static/tab-my-orange.png'
  84. ]
  85. },
  86. {
  87. title: '明黄',
  88. name: 'yellow',
  89. color: '#fbbd08',
  90. tabList: [
  91. '/static/tab-home-yellow.png',
  92. '/static/tab-cate-yellow.png',
  93. '/static/tab-notify-yellow.png',
  94. '/static/tab-cart-yellow.png',
  95. '/static/tab-my-yellow.png'
  96. ]
  97. },
  98. {
  99. title: '橄榄',
  100. name: 'olive',
  101. color: '#8dc63f',
  102. tabList: [
  103. '/static/tab-home-olive.png',
  104. '/static/tab-cate-olive.png',
  105. '/static/tab-notify-olive.png',
  106. '/static/tab-cart-olive.png',
  107. '/static/tab-my-olive.png'
  108. ]
  109. },
  110. {
  111. title: '森绿',
  112. name: 'green',
  113. color: '#39b54a',
  114. tabList: [
  115. '/static/tab-home-green.png',
  116. '/static/tab-cate-green.png',
  117. '/static/tab-notify-green.png',
  118. '/static/tab-cart-green.png',
  119. '/static/tab-my-green.png'
  120. ]
  121. },
  122. {
  123. title: '天青',
  124. name: 'cyan',
  125. color: '#1cbbb4',
  126. tabList: [
  127. '/static/tab-home-cyan.png',
  128. '/static/tab-cate-cyan.png',
  129. '/static/tab-notify-cyan.png',
  130. '/static/tab-cart-cyan.png',
  131. '/static/tab-my-cyan.png'
  132. ]
  133. },
  134. {
  135. title: '海蓝',
  136. name: 'blue',
  137. color: '#0081ff',
  138. tabList: [
  139. '/static/tab-home-blue.png',
  140. '/static/tab-cate-blue.png',
  141. '/static/tab-notify-blue.png',
  142. '/static/tab-cart-blue.png',
  143. '/static/tab-my-blue.png'
  144. ]
  145. },
  146. {
  147. title: '姹紫',
  148. name: 'purple',
  149. color: '#6739b6',
  150. tabList: [
  151. '/static/tab-home-purple.png',
  152. '/static/tab-cate-purple.png',
  153. '/static/tab-notify-purple.png',
  154. '/static/tab-cart-purple.png',
  155. '/static/tab-my-purple.png'
  156. ]
  157. },
  158. {
  159. title: '木槿',
  160. name: 'mauve',
  161. color: '#9c26b0',
  162. tabList: [
  163. '/static/tab-home-mauve.png',
  164. '/static/tab-cate-mauve.png',
  165. '/static/tab-notify-mauve.png',
  166. '/static/tab-cart-mauve.png',
  167. '/static/tab-my-mauve.png'
  168. ]
  169. },
  170. {
  171. title: '桃粉',
  172. name: 'pink',
  173. color: '#e03997',
  174. tabList: [
  175. '/static/tab-home-pink.png',
  176. '/static/tab-cate-pink.png',
  177. '/static/tab-notify-pink.png',
  178. '/static/tab-cart-pink.png',
  179. '/static/tab-my-pink.png'
  180. ]
  181. },
  182. {
  183. title: '棕褐',
  184. name: 'brown',
  185. color: '#a5673f',
  186. tabList: [
  187. '/static/tab-home-brown.png',
  188. '/static/tab-cate-brown.png',
  189. '/static/tab-notify-brown.png',
  190. '/static/tab-cart-brown.png',
  191. '/static/tab-my-brown.png'
  192. ]
  193. },
  194. {
  195. title: '玄灰',
  196. name: 'grey',
  197. color: '#8799a3',
  198. tabList: [
  199. '/static/tab-home-grey.png',
  200. '/static/tab-cate-grey.png',
  201. '/static/tab-notify-grey.png',
  202. '/static/tab-cart-grey.png',
  203. '/static/tab-my-grey.png'
  204. ]
  205. },
  206. {
  207. title: '草灰',
  208. name: 'gray',
  209. color: '#aaaaaa',
  210. tabList: [
  211. '/static/tab-home-gray.png',
  212. '/static/tab-cate-gray.png',
  213. '/static/tab-notify-gray.png',
  214. '/static/tab-cart-gray.png',
  215. '/static/tab-my-gray.png'
  216. ]
  217. },
  218. {
  219. title: '墨黑',
  220. name: 'black',
  221. color: '#333333',
  222. tabList: [
  223. '/static/tab-home-black.png',
  224. '/static/tab-cate-black.png',
  225. '/static/tab-notify-black.png',
  226. '/static/tab-cart-black.png',
  227. '/static/tab-my-black.png'
  228. ]
  229. }
  230. ]
  231. };