pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. {
  2. "pages": [
  3. // 首页
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "首页",
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. // 首页
  12. {
  13. "path": "pages/index/downLoad",
  14. "style": {
  15. "navigationBarTitleText": "自动更新",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. // 质押
  20. {
  21. "path": "pages/index/pledge",
  22. "style": {
  23. "navigationBarTitleText": "C2C交易",
  24. "navigationBarBackgroundColor": "#051137",
  25. "navigationBarTextStyle": "white",
  26. "app-plus": {
  27. "titleNView": {
  28. "buttons": [{
  29. "text": "我的订单 ",
  30. "float": "right",
  31. "color": "#1356FF",
  32. "fontSize": "14px",
  33. "width":"70px"
  34. }]
  35. }
  36. }
  37. }
  38. },
  39. {
  40. "path": "pages/public/register",
  41. "style": {
  42. "navigationBarTitleText": "注册",
  43. "app-plus": {
  44. "titleNView": {
  45. "type": "transparent"
  46. }
  47. }
  48. }
  49. },
  50. {
  51. "path": "pages/public/login",
  52. "style": {
  53. "navigationBarTitleText": "登录",
  54. "app-plus": {
  55. "titleNView": {
  56. "type": "transparent"
  57. }
  58. }
  59. }
  60. },
  61. {
  62. "path": "pages/public/wxLogin",
  63. "style": {
  64. "navigationBarTitleText": "微信登录",
  65. "app-plus": {
  66. "titleNView": {
  67. "type": "transparent"
  68. }
  69. }
  70. }
  71. },
  72. {
  73. "path": "pages/public/forget",
  74. "style": {
  75. "navigationBarTitleText": "忘记密码",
  76. "app-plus": {
  77. "titleNView": {
  78. "type": "transparent"
  79. }
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/index/user",
  85. "style": {
  86. "navigationBarTitleText": "资产",
  87. "enablePullDownRefresh": false,
  88. "navigationBarBackgroundColor": "#051137",
  89. "navigationBarTextStyle": "white"
  90. }
  91. },
  92. {
  93. "path": "pages/redirect/redirect",
  94. "style": {
  95. "navigationBarTitleText": "微信登录跳转页面",
  96. "app-plus": {
  97. "titleNView": false
  98. }
  99. }
  100. },
  101. {
  102. "path": "pages/index/recharge",
  103. "style": {
  104. "navigationBarTitleText": "充值",
  105. "enablePullDownRefresh": false,
  106. "navigationBarBackgroundColor": "#051137",
  107. "navigationBarTextStyle": "white"
  108. }
  109. },
  110. {
  111. "path": "pages/index/personal",
  112. "style": {
  113. "navigationBarTitleText": "实名认证",
  114. "enablePullDownRefresh": false,
  115. "navigationBarBackgroundColor": "#051137",
  116. "navigationBarTextStyle": "white"
  117. }
  118. },
  119. {
  120. "path": "pages/index/order",
  121. "style": {
  122. "navigationBarTitleText": "C2C订单",
  123. "enablePullDownRefresh": false,
  124. "navigationBarBackgroundColor": "#051137",
  125. "navigationBarTextStyle": "white"
  126. }
  127. },
  128. {
  129. "path": "pages/index/orderDetail",
  130. "style": {
  131. "navigationBarTitleText": "订单详情",
  132. "enablePullDownRefresh": false,
  133. "navigationBarBackgroundColor": "#051137",
  134. "navigationBarTextStyle": "white"
  135. }
  136. }
  137. ],
  138. "subPackages": [{ // 模块分包
  139. "root": "pages/user",
  140. "name": "shop",
  141. "pages": [
  142. {
  143. "path": "set/team",
  144. "style": {
  145. "navigationBarTitleText": "我的推广",
  146. "navigationBarBackgroundColor": "#051137",
  147. "navigationBarTextStyle": "white"
  148. }
  149. },
  150. {
  151. "path": "set/bindBank",
  152. "style": {
  153. "navigationBarTitleText": "我的收款方式",
  154. "navigationBarBackgroundColor": "#051137",
  155. "navigationBarTextStyle": "white"
  156. }
  157. },
  158. {
  159. "path": "set/editBank",
  160. "style": {
  161. "navigationBarTitleText": "收款码信息",
  162. "navigationBarBackgroundColor": "#051137",
  163. "navigationBarTextStyle": "white"
  164. }
  165. },
  166. {
  167. "path": "transfer",
  168. "style": {
  169. "navigationBarTitleText": "转账",
  170. "enablePullDownRefresh": false,
  171. "navigationBarBackgroundColor": "#051137",
  172. "navigationBarTextStyle": "white"
  173. }
  174. },
  175. {
  176. "path": "collection",
  177. "style": {
  178. "navigationBarTitleText": "收款",
  179. "enablePullDownRefresh": false,
  180. "navigationBarBackgroundColor": "#051137",
  181. "navigationBarTextStyle": "white"
  182. }
  183. },
  184. {
  185. "path": "withdrawal",
  186. "style": {
  187. "navigationBarTitleText": "提币",
  188. "enablePullDownRefresh": false,
  189. "navigationBarBackgroundColor": "#051137",
  190. "navigationBarTextStyle": "white"
  191. }
  192. },
  193. {
  194. "path": "money",
  195. "style": {
  196. "navigationBarTitleText": "记录",
  197. "navigationBarBackgroundColor": "#051137",
  198. "navigationBarTextStyle": "white"
  199. }
  200. },
  201. {
  202. "path": "set/set",
  203. "style": {
  204. "navigationBarTitleText": "设置",
  205. "navigationBarBackgroundColor": "#051137",
  206. "navigationBarTextStyle": "white"
  207. }
  208. }, {
  209. "path": "set/transaction",
  210. "style": {
  211. "navigationBarTitleText": "交易密码",
  212. "enablePullDownRefresh": false,
  213. "navigationBarBackgroundColor": "#051137",
  214. "navigationBarTextStyle": "white"
  215. }
  216. },
  217. {
  218. "path": "set/password",
  219. "style": {
  220. "navigationBarTitleText": "修改密码",
  221. "navigationBarBackgroundColor": "#051137",
  222. "navigationBarTextStyle": "white"
  223. }
  224. },
  225. {
  226. "path": "set/userinfo",
  227. "style": {
  228. "navigationBarTitleText": "修改资料",
  229. "navigationBarBackgroundColor": "#051137",
  230. "navigationBarTextStyle": "white"
  231. }
  232. },
  233. {
  234. "path": "set/shareQrCode",
  235. "style": {
  236. "navigationBarTitleText": "推广码",
  237. "navigationBarBackgroundColor": "#051137",
  238. "navigationBarTextStyle": "white"
  239. }
  240. },
  241. {
  242. "path": "favorites",
  243. "style": {
  244. "navigationBarTitleText": "推廣海報",
  245. "navigationBarBackgroundColor": "#051137",
  246. "navigationBarTextStyle": "white"
  247. }
  248. }
  249. ]
  250. }],
  251. "tabBar": {
  252. "color": "#093AAA",
  253. "selectedColor": "#1254F9",
  254. "borderStyle": "black",
  255. "backgroundColor": "#051137",
  256. "list": [{
  257. "pagePath": "pages/index/index",
  258. "iconPath": "static/tabBar/shouye.png",
  259. "selectedIconPath": "static/tabBar/shouye-home.png",
  260. "text": "首页"
  261. },
  262. {
  263. "pagePath": "pages/index/pledge",
  264. "iconPath": "static/tabBar/baoya.png",
  265. "selectedIconPath": "static/tabBar/baoya-home.png",
  266. "text": "C2C交易"
  267. },
  268. {
  269. "pagePath": "pages/index/user",
  270. "iconPath": "static/tabBar/my.png",
  271. "selectedIconPath": "static/tabBar/my-home.png",
  272. "text": "资产"
  273. }
  274. ]
  275. },
  276. "globalStyle": {
  277. "navigationBarTextStyle": "black",
  278. "navigationBarTitleText": "加载中",
  279. "navigationBarBackgroundColor": "#fff",
  280. "backgroundColor": "#fff"
  281. // "titleNView": false
  282. }
  283. }