pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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/gain/gain",
  8. "style": {
  9. "navigationBarTitleText": "赚积分",
  10. "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/mine/mine",
  15. "style": {
  16. "navigationStyle": "custom",
  17. "navigationBarTitleText": "我的"
  18. }
  19. },
  20. {
  21. "path": "pages/consume/consume",
  22. "style": {
  23. "navigationStyle": "custom",
  24. "navigationBarTitleText": "花积分"
  25. }
  26. }, {
  27. "path": "pages/mine/card/card",
  28. "style": {
  29. "navigationBarTitleText": "卡包",
  30. "enablePullDownRefresh": false
  31. }
  32. }, {
  33. "path": "pages/mine/card/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. "backgroundColor": "#007AFF",
  87. "enablePullDownRefresh": false
  88. }
  89. }, {
  90. "path": "pages/search/search",
  91. "style": {
  92. "navigationBarTitleText": "搜索",
  93. "enablePullDownRefresh": false
  94. }
  95. }, {
  96. "path": "pages/agent/agent",
  97. "style": {
  98. "navigationBarTitleText": "填写资料"
  99. }
  100. }, {
  101. "path": "pages/agent/pay",
  102. "style": {
  103. "navigationBarTitleText": "支付页面"
  104. }
  105. }, {
  106. "path": "pages/agent/promote",
  107. "style": {
  108. "navigationBarTitleText": "去推广"
  109. }
  110. }, {
  111. "path": "pages/agent/myPromote",
  112. "style": {
  113. "navigationBarTitleText": "我的推广"
  114. }
  115. }, {
  116. "path": "pages/agent/myIncome/myIncome",
  117. "style": {
  118. "navigationBarTitleText": "我的收益"
  119. }
  120. }, {
  121. "path": "pages/agent/myIncome/todayIncome",
  122. "style": {
  123. "navigationBarTitleText": "今日收益"
  124. }
  125. }, {
  126. "path": "pages/agent/myIncome/detail",
  127. "style": {
  128. "navigationBarTitleText": "收益详情"
  129. }
  130. }, {
  131. "path": "pages/agent/agentDetail",
  132. "style": {
  133. "navigationStyle": "custom",
  134. "navigationBarTitleText": ""
  135. }
  136. }, {
  137. "path": "pages/webview/webview",
  138. "style": {
  139. "navigationBarTitleText": "",
  140. "enablePullDownRefresh": false
  141. }
  142. }
  143. ,{
  144. "path" : "pages/userBank/userBank",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "银行",
  148. "enablePullDownRefresh": false
  149. }
  150. }
  151. ,{
  152. "path" : "pages/userBank/add",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "添加银行",
  156. "enablePullDownRefresh": false
  157. }
  158. }
  159. ,{
  160. "path" : "pages/mine/myInfo",
  161. "style" :
  162. {
  163. "navigationBarTitleText": "我的资料",
  164. "enablePullDownRefresh": false
  165. }
  166. }
  167. ],
  168. "tabBar": {
  169. "color": "#555555",
  170. "backgroundColor": "#FFFFFF",
  171. "borderStyle": "white",
  172. "selectedColor": "#222222",
  173. "list": [
  174. {
  175. "pagePath": "pages/gain/gain",
  176. "text": "赚积分",
  177. "selectedIconPath": "static/tarbar/gain-points1.png",
  178. "iconPath": "static/tarbar/gain-points.png"
  179. },
  180. {
  181. "pagePath": "pages/consume/consume",
  182. "text": "花积分",
  183. "selectedIconPath": "static/tarbar/consume-points1.png",
  184. "iconPath": "static/tarbar/consume-points.png"
  185. },
  186. {
  187. "pagePath": "pages/mine/mine",
  188. "text": "我的",
  189. "selectedIconPath": "static/tarbar/mine1.png",
  190. "iconPath": "static/tarbar/mine.png"
  191. }
  192. ]
  193. },
  194. "globalStyle": {
  195. "navigationBarTextStyle": "black",
  196. "navigationBarTitleText": "国信数字",
  197. "navigationBarBackgroundColor": "#fff",
  198. "backgroundColor": "#fff"
  199. }
  200. }