pages.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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. "path": "pages/consume/detail/shop-detail",
  170. "style": {
  171. "navigationBarTitleText": "商户详情",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path": "pages/activity/activity",
  177. "style": {
  178. "navigationBarTitleText": "活动列表",
  179. "enablePullDownRefresh": false
  180. }
  181. }, {
  182. "path": "pages/activity/detail",
  183. "style": {
  184. "navigationBarTitleText": "活动详情",
  185. "enablePullDownRefresh": false,
  186. "navigationStyle": "custom"
  187. }
  188. }, {
  189. "path": "pages/checkstand/pay-qrcode1",
  190. "style": {
  191. "navigationBarTitleText": "付款码",
  192. "navigationBarTextStyle": "white",
  193. "navigationBarBackgroundColor": "#18b566",
  194. "enablePullDownRefresh": false
  195. }
  196. }
  197. ,{
  198. "path" : "pages/checkstand/pay-result",
  199. "style" :
  200. {
  201. "navigationStyle":"custom",
  202. "navigationBarTitleText": "支付结果",
  203. "enablePullDownRefresh": false
  204. }
  205. }
  206. ,{
  207. "path" : "pages/mine/my-balance/statistics",
  208. "style" :
  209. {
  210. "navigationBarTitleText": "账单统计",
  211. "enablePullDownRefresh": false
  212. }
  213. }
  214. ],
  215. "tabBar": {
  216. "color": "#555555",
  217. "backgroundColor": "#FFFFFF",
  218. "borderStyle": "white",
  219. "selectedColor": "#222222",
  220. "list": [
  221. {
  222. "pagePath": "pages/mine/mine",
  223. "text": "我的",
  224. "selectedIconPath": "static/tarbar/mine1.png",
  225. "iconPath": "static/tarbar/mine.png"
  226. },
  227. {
  228. "pagePath": "pages/consume/consume",
  229. "text": "花积分",
  230. "selectedIconPath": "static/tarbar/consume-points1.png",
  231. "iconPath": "static/tarbar/consume-points.png"
  232. },
  233. {
  234. "pagePath": "pages/gain/gain",
  235. "text": "赚积分",
  236. "selectedIconPath": "static/tarbar/gain-points1.png",
  237. "iconPath": "static/tarbar/gain-points.png"
  238. }
  239. ]
  240. },
  241. "globalStyle": {
  242. "navigationBarTextStyle": "black",
  243. "navigationBarTitleText": "联兑通",
  244. "navigationBarBackgroundColor": "#fff",
  245. "backgroundColor": "#fff"
  246. }
  247. }