pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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/notice",
  112. "style": {
  113. "navigationBarTitleText": "公告列表",
  114. "enablePullDownRefresh": false,
  115. "navigationBarBackgroundColor": "#051137",
  116. "navigationBarTextStyle": "white"
  117. }
  118. },
  119. {
  120. "path": "pages/index/noticeDetails",
  121. "style": {
  122. "navigationBarTitleText": "公告详情",
  123. "enablePullDownRefresh": false,
  124. "navigationBarBackgroundColor": "#051137",
  125. "navigationBarTextStyle": "white"
  126. }
  127. },
  128. {
  129. "path": "pages/index/personal",
  130. "style": {
  131. "navigationBarTitleText": "实名认证",
  132. "enablePullDownRefresh": false,
  133. "navigationBarBackgroundColor": "#051137",
  134. "navigationBarTextStyle": "white"
  135. }
  136. },
  137. {
  138. "path": "pages/index/order",
  139. "style": {
  140. "navigationBarTitleText": "C2C订单",
  141. "enablePullDownRefresh": false,
  142. "navigationBarBackgroundColor": "#051137",
  143. "navigationBarTextStyle": "white"
  144. }
  145. },
  146. {
  147. "path": "pages/index/orderDetail",
  148. "style": {
  149. "navigationBarTitleText": "订单详情",
  150. "enablePullDownRefresh": false,
  151. "navigationBarBackgroundColor": "#051137",
  152. "navigationBarTextStyle": "white"
  153. }
  154. }
  155. ],
  156. "subPackages": [{ // 模块分包
  157. "root": "pages/user",
  158. "name": "shop",
  159. "pages": [
  160. {
  161. "path": "set/team",
  162. "style": {
  163. "navigationBarTitleText": "我的推广",
  164. "navigationBarBackgroundColor": "#051137",
  165. "navigationBarTextStyle": "white"
  166. }
  167. },
  168. {
  169. "path": "set/bindBank",
  170. "style": {
  171. "navigationBarTitleText": "我的收款方式",
  172. "navigationBarBackgroundColor": "#051137",
  173. "navigationBarTextStyle": "white"
  174. }
  175. },
  176. {
  177. "path": "set/editBank",
  178. "style": {
  179. "navigationBarTitleText": "收款码信息",
  180. "navigationBarBackgroundColor": "#051137",
  181. "navigationBarTextStyle": "white"
  182. }
  183. },
  184. {
  185. "path": "transfer",
  186. "style": {
  187. "navigationBarTitleText": "转账",
  188. "enablePullDownRefresh": false,
  189. "navigationBarBackgroundColor": "#051137",
  190. "navigationBarTextStyle": "white"
  191. }
  192. },
  193. {
  194. "path": "collection",
  195. "style": {
  196. "navigationBarTitleText": "收款",
  197. "enablePullDownRefresh": false,
  198. "navigationBarBackgroundColor": "#051137",
  199. "navigationBarTextStyle": "white"
  200. }
  201. },
  202. {
  203. "path": "withdrawal",
  204. "style": {
  205. "navigationBarTitleText": "提币",
  206. "enablePullDownRefresh": false,
  207. "navigationBarBackgroundColor": "#051137",
  208. "navigationBarTextStyle": "white"
  209. }
  210. },
  211. {
  212. "path": "money",
  213. "style": {
  214. "navigationBarTitleText": "记录",
  215. "navigationBarBackgroundColor": "#051137",
  216. "navigationBarTextStyle": "white"
  217. }
  218. },
  219. {
  220. "path": "set/set",
  221. "style": {
  222. "navigationBarTitleText": "设置",
  223. "navigationBarBackgroundColor": "#051137",
  224. "navigationBarTextStyle": "white"
  225. }
  226. }, {
  227. "path": "set/transaction",
  228. "style": {
  229. "navigationBarTitleText": "交易密码",
  230. "enablePullDownRefresh": false,
  231. "navigationBarBackgroundColor": "#051137",
  232. "navigationBarTextStyle": "white"
  233. }
  234. },
  235. {
  236. "path": "set/password",
  237. "style": {
  238. "navigationBarTitleText": "修改密码",
  239. "navigationBarBackgroundColor": "#051137",
  240. "navigationBarTextStyle": "white"
  241. }
  242. },
  243. {
  244. "path": "set/userinfo",
  245. "style": {
  246. "navigationBarTitleText": "修改资料",
  247. "navigationBarBackgroundColor": "#051137",
  248. "navigationBarTextStyle": "white"
  249. }
  250. },
  251. {
  252. "path": "set/shareQrCode",
  253. "style": {
  254. "navigationBarTitleText": "推广码",
  255. "navigationBarBackgroundColor": "#051137",
  256. "navigationBarTextStyle": "white"
  257. }
  258. },
  259. {
  260. "path": "favorites",
  261. "style": {
  262. "navigationBarTitleText": "推廣海報",
  263. "navigationBarBackgroundColor": "#051137",
  264. "navigationBarTextStyle": "white"
  265. }
  266. }
  267. ]
  268. }],
  269. "tabBar": {
  270. "color": "#093AAA",
  271. "selectedColor": "#1254F9",
  272. "borderStyle": "black",
  273. "backgroundColor": "#051137",
  274. "list": [{
  275. "pagePath": "pages/index/index",
  276. "iconPath": "static/tabBar/shouye.png",
  277. "selectedIconPath": "static/tabBar/shouye-home.png",
  278. "text": "首页"
  279. },
  280. {
  281. "pagePath": "pages/index/pledge",
  282. "iconPath": "static/tabBar/baoya.png",
  283. "selectedIconPath": "static/tabBar/baoya-home.png",
  284. "text": "C2C交易"
  285. },
  286. {
  287. "pagePath": "pages/index/user",
  288. "iconPath": "static/tabBar/my.png",
  289. "selectedIconPath": "static/tabBar/my-home.png",
  290. "text": "资产"
  291. }
  292. ]
  293. },
  294. "globalStyle": {
  295. "navigationBarTextStyle": "black",
  296. "navigationBarTitleText": "加载中",
  297. "navigationBarBackgroundColor": "#fff",
  298. "backgroundColor": "#fff"
  299. // "titleNView": false
  300. }
  301. }