pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/mine/mine",
  8. "style": {
  9. "navigationStyle": "custom",
  10. "navigationBarTitleText": "我的"
  11. }
  12. },
  13. {
  14. "path": "pages/gain/gain",
  15. "style": {
  16. "navigationBarTitleText": "赚积分",
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/consume/consume",
  22. "style": {
  23. "navigationStyle": "custom",
  24. "navigationBarTitleText": "花积分"
  25. }
  26. }, {
  27. "path": "pages/mine/setting/setting",
  28. "style": {
  29. "navigationBarTitleText": "设置",
  30. "enablePullDownRefresh": false
  31. }
  32. }, {
  33. "path": "pages/mine/setting/pay-setting",
  34. "style": {
  35. "navigationBarTitleText": "支付设置",
  36. "enablePullDownRefresh": false
  37. }
  38. }, {
  39. "path": "pages/mine/my-points/my-points",
  40. "style": {
  41. "navigationBarTitleText": "积分资产",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/mine/my-points/accredit",
  46. "style": {
  47. "navigationBarTextStyle": "white",
  48. "navigationBarBackgroundColor": "#FF9447",
  49. "navigationBarTitleText": "积分授权",
  50. "enablePullDownRefresh": false
  51. }
  52. }, {
  53. "path": "pages/mine/my-balance/my-balance",
  54. "style": {
  55. "navigationBarTitleText": "余额",
  56. "enablePullDownRefresh": false
  57. }
  58. }, {
  59. "path": "pages/mine/bill-detail",
  60. "style": {
  61. "navigationBarTitleText": "账单详情",
  62. "enablePullDownRefresh": false
  63. }
  64. }, {
  65. "path": "pages/mine/my-points/exchange",
  66. "style": {
  67. "navigationBarTitleText": "积分通兑",
  68. "enablePullDownRefresh": false
  69. }
  70. }, {
  71. "path": "pages/checkstand/index",
  72. "style": {
  73. "navigationStyle":"custom",
  74. "navigationBarTitleText": "收银台",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "pages/checkstand/order-res",
  79. "style": {
  80. "navigationBarTitleText": "支付结果",
  81. "enablePullDownRefresh": false
  82. }
  83. }, {
  84. "path": "pages/checkstand/pay-qrcode",
  85. "style": {
  86. "navigationBarTitleText": "付款码",
  87. "navigationBarTextStyle": "white",
  88. "navigationBarBackgroundColor": "#18b566",
  89. "enablePullDownRefresh": false
  90. }
  91. }, {
  92. "path": "pages/search/search",
  93. "style": {
  94. "navigationBarTitleText": "搜索",
  95. "enablePullDownRefresh": false
  96. }
  97. }, {
  98. "path": "pages/agent/agent",
  99. "style": {
  100. "navigationBarTitleText": "填写资料"
  101. }
  102. }, {
  103. "path": "pages/agent/pay",
  104. "style": {
  105. "navigationBarTitleText": "支付页面"
  106. }
  107. }, {
  108. "path": "pages/agent/promote",
  109. "style": {
  110. "navigationBarTitleText": "去推广"
  111. }
  112. }, {
  113. "path": "pages/agent/myPromote",
  114. "style": {
  115. "navigationBarTitleText": "我的推广"
  116. }
  117. }, {
  118. "path": "pages/agent/myIncome/myIncome",
  119. "style": {
  120. "navigationBarTitleText": "我的收益"
  121. }
  122. }, {
  123. "path": "pages/agent/myIncome/todayIncome",
  124. "style": {
  125. "navigationBarTitleText": "今日收益"
  126. }
  127. }, {
  128. "path": "pages/agent/myIncome/detail",
  129. "style": {
  130. "navigationBarTitleText": "收益详情"
  131. }
  132. }, {
  133. "path": "pages/agent/agentDetail",
  134. "style": {
  135. "navigationStyle": "custom",
  136. "navigationBarTitleText": ""
  137. }
  138. }, {
  139. "path": "pages/webview/webview",
  140. "style": {
  141. "navigationBarTitleText": "",
  142. "enablePullDownRefresh": false
  143. }
  144. }, {
  145. "path": "pages/userBank/userBank",
  146. "style": {
  147. "navigationBarTitleText": "银行",
  148. "enablePullDownRefresh": false
  149. }
  150. }, {
  151. "path": "pages/userBank/add",
  152. "style": {
  153. "navigationBarTitleText": "添加银行",
  154. "enablePullDownRefresh": false
  155. }
  156. }, {
  157. "path": "pages/mine/myInfo",
  158. "style": {
  159. "navigationBarTitleText": "我的资料",
  160. "enablePullDownRefresh": false
  161. }
  162. }, {
  163. "path": "pages/mine/setting/question",
  164. "style": {
  165. "navigationBarTitleText": "问题反馈",
  166. "enablePullDownRefresh": false
  167. }
  168. }
  169. ,{
  170. "path" : "pages/consume/detail/shop-detail",
  171. "style" :
  172. {
  173. "navigationBarTitleText": "商户详情",
  174. "enablePullDownRefresh": false
  175. }
  176. }
  177. ,{
  178. "path" : "pages/gain/test",
  179. "style" :
  180. {
  181. "navigationBarTitleText": "test",
  182. "enablePullDownRefresh": false
  183. }
  184. }
  185. ],
  186. "tabBar": {
  187. "color": "#555555",
  188. "backgroundColor": "#FFFFFF",
  189. "borderStyle": "white",
  190. "selectedColor": "#222222",
  191. "list": [
  192. {
  193. "pagePath": "pages/mine/mine",
  194. "text": "我的",
  195. "selectedIconPath": "static/tarbar/mine1.png",
  196. "iconPath": "static/tarbar/mine.png"
  197. },
  198. {
  199. "pagePath": "pages/consume/consume",
  200. "text": "花积分",
  201. "selectedIconPath": "static/tarbar/consume-points1.png",
  202. "iconPath": "static/tarbar/consume-points.png"
  203. },
  204. {
  205. "pagePath": "pages/gain/gain",
  206. "text": "赚积分",
  207. "selectedIconPath": "static/tarbar/gain-points1.png",
  208. "iconPath": "static/tarbar/gain-points.png"
  209. }
  210. ]
  211. },
  212. "globalStyle": {
  213. "navigationBarTextStyle": "black",
  214. "navigationBarTitleText": "联兑通",
  215. "navigationBarBackgroundColor": "#fff",
  216. "backgroundColor": "#fff"
  217. }
  218. }