pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. "navigationBarTitleText": "收银台",
  74. "enablePullDownRefresh": false
  75. }
  76. }, {
  77. "path": "pages/checkstand/order-res",
  78. "style": {
  79. "navigationBarTitleText": "支付结果",
  80. "enablePullDownRefresh": false
  81. }
  82. }, {
  83. "path": "pages/checkstand/pay-qrcode",
  84. "style": {
  85. "navigationBarTitleText": "付款码",
  86. "navigationBarTextStyle": "white",
  87. "navigationBarBackgroundColor": "#18b566",
  88. "enablePullDownRefresh": false
  89. }
  90. }, {
  91. "path": "pages/search/search",
  92. "style": {
  93. "navigationBarTitleText": "搜索",
  94. "enablePullDownRefresh": false
  95. }
  96. }, {
  97. "path": "pages/agent/agent",
  98. "style": {
  99. "navigationBarTitleText": "填写资料"
  100. }
  101. }, {
  102. "path": "pages/agent/pay",
  103. "style": {
  104. "navigationBarTitleText": "支付页面"
  105. }
  106. }, {
  107. "path": "pages/agent/promote",
  108. "style": {
  109. "navigationBarTitleText": "去推广"
  110. }
  111. }, {
  112. "path": "pages/agent/myPromote",
  113. "style": {
  114. "navigationBarTitleText": "我的推广"
  115. }
  116. }, {
  117. "path": "pages/agent/myIncome/myIncome",
  118. "style": {
  119. "navigationBarTitleText": "我的收益"
  120. }
  121. }, {
  122. "path": "pages/agent/myIncome/todayIncome",
  123. "style": {
  124. "navigationBarTitleText": "今日收益"
  125. }
  126. }, {
  127. "path": "pages/agent/myIncome/detail",
  128. "style": {
  129. "navigationBarTitleText": "收益详情"
  130. }
  131. }, {
  132. "path": "pages/agent/agentDetail",
  133. "style": {
  134. "navigationStyle": "custom",
  135. "navigationBarTitleText": ""
  136. }
  137. }, {
  138. "path": "pages/webview/webview",
  139. "style": {
  140. "navigationBarTitleText": "",
  141. "enablePullDownRefresh": false
  142. }
  143. }, {
  144. "path": "pages/userBank/userBank",
  145. "style": {
  146. "navigationBarTitleText": "银行",
  147. "enablePullDownRefresh": false
  148. }
  149. }, {
  150. "path": "pages/userBank/add",
  151. "style": {
  152. "navigationBarTitleText": "添加银行",
  153. "enablePullDownRefresh": false
  154. }
  155. }, {
  156. "path": "pages/mine/myInfo",
  157. "style": {
  158. "navigationBarTitleText": "我的资料",
  159. "enablePullDownRefresh": false
  160. }
  161. }, {
  162. "path": "pages/mine/setting/question",
  163. "style": {
  164. "navigationBarTitleText": "问题反馈",
  165. "enablePullDownRefresh": false
  166. }
  167. }
  168. ],
  169. "tabBar": {
  170. "color": "#555555",
  171. "backgroundColor": "#FFFFFF",
  172. "borderStyle": "white",
  173. "selectedColor": "#222222",
  174. "list": [
  175. {
  176. "pagePath": "pages/mine/mine",
  177. "text": "我的",
  178. "selectedIconPath": "static/tarbar/mine1.png",
  179. "iconPath": "static/tarbar/mine.png"
  180. },
  181. {
  182. "pagePath": "pages/consume/consume",
  183. "text": "花积分",
  184. "selectedIconPath": "static/tarbar/consume-points1.png",
  185. "iconPath": "static/tarbar/consume-points.png"
  186. },
  187. {
  188. "pagePath": "pages/gain/gain",
  189. "text": "赚积分",
  190. "selectedIconPath": "static/tarbar/gain-points1.png",
  191. "iconPath": "static/tarbar/gain-points.png"
  192. }
  193. ]
  194. },
  195. "globalStyle": {
  196. "navigationBarTextStyle": "black",
  197. "navigationBarTitleText": "国信数字",
  198. "navigationBarBackgroundColor": "#fff",
  199. "backgroundColor": "#fff"
  200. }
  201. }