pages.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. {
  2. "pages": [
  3. {
  4. "path":"pages/home/home",
  5. "style":{
  6. "navigationBarTitleText":"启动页",
  7. "app-plus":{
  8. "titleNView":false
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/public/login",
  14. "style": {
  15. "navigationBarTitleText": "登录",
  16. "app-plus": {
  17. "titleNView": {
  18. "type": "transparent"
  19. }
  20. }
  21. }
  22. },
  23. {
  24. "path": "pages/public/register",
  25. "style": {
  26. "navigationBarTitleText": ""
  27. }
  28. },
  29. {
  30. "path": "pages/public/forget",
  31. "style": {
  32. "navigationBarTitleText": "修改密码"
  33. }
  34. },
  35. {
  36. "path": "pages/index/index",
  37. "style": {
  38. "navigationBarTextStyle": "black",
  39. "navigationBarTitleText": "",
  40. "enablePullDownRefresh": true,
  41. "onReachBottomDistance": 50,
  42. "app-plus": {
  43. "titleNView": false
  44. }
  45. }
  46. },
  47. {
  48. "path": "pages/index/information",
  49. "style": {
  50. "navigationBarTitleText": "资讯"
  51. }
  52. },
  53. {
  54. "path": "pages/index/informationDetails",
  55. "style": {
  56. "navigationBarTitleText": "资讯详情"
  57. }
  58. },
  59. {
  60. "path": "pages/index/introduce",
  61. "style": {
  62. "navigationBarTitleText": "平台介绍"
  63. }
  64. },
  65. {
  66. "path": "pages/index/notice",
  67. "style": {
  68. "navigationBarTitleText": "通知公告"
  69. }
  70. },
  71. {
  72. "path": "pages/index/share",
  73. "style": {
  74. "navigationBarTitleText": "分享好友"
  75. }
  76. },
  77. {
  78. "path": "pages/calculation/index",
  79. "style": {
  80. "navigationBarTitleText": "算力",
  81. "enablePullDownRefresh": true
  82. }
  83. },
  84. {
  85. "path": "pages/index/pingtai",
  86. "style": {
  87. "navigationBarTitleText": "平台介绍",
  88. "enablePullDownRefresh": true
  89. }
  90. },
  91. {
  92. "path": "pages/calculation/myCalculation",
  93. "style": {
  94. "navigationBarTitleText": "订单详情"
  95. }
  96. },
  97. {
  98. "path": "pages/finance/allMiner",
  99. "style": {
  100. "navigationBarTitleText": "总会员列表"
  101. }
  102. },
  103. {
  104. "path": "pages/calculation/details",
  105. "style": {
  106. // "navigationStyle": "custom",
  107. "navigationBarTitleText": "商品详情",
  108. "navigationBarBackgroundColor": "#FFFFFF",
  109. // "navigationBarTextStyle":"",
  110. "navigationBarTextStyle": "black"
  111. }
  112. },
  113. {
  114. "path": "pages/calculation/buyCalculation",
  115. "style": {
  116. "navigationBarTitleText": "市场"
  117. }
  118. },
  119. {
  120. "path": "pages/calculation/computer",
  121. "style": {
  122. "navigationBarTitleText": "收益计算器"
  123. }
  124. },
  125. {
  126. "path": "pages/calculation/pay",
  127. "style": {
  128. "navigationBarTitleText": "商品详情"
  129. }
  130. },
  131. {
  132. "path": "pages/product/index",
  133. "style": {
  134. "navigationBarTitleText": "商城"
  135. }
  136. },
  137. {
  138. "path": "pages/finance/index",
  139. "style": {
  140. "navigationBarTitleText": "资产",
  141. "enablePullDownRefresh": true
  142. }
  143. },
  144. {
  145. "path": "pages/finance/xieyi",
  146. "style": {
  147. "navigationBarTitleText": "租赁协议"
  148. }
  149. },
  150. {
  151. "path": "pages/finance/computat",
  152. "style": {
  153. "navigationBarTitleText": "我的算力"
  154. }
  155. },
  156. {
  157. "path": "pages/finance/recharge",
  158. "style": {
  159. "navigationBarTitleText": "充币"
  160. }
  161. },
  162. {
  163. "path": "pages/user/recharge",
  164. "style": {
  165. "navigationBarTitleText": "充值电费"
  166. }
  167. },
  168. {
  169. "path": "pages/finance/details",
  170. "style": {
  171. "navigationBarTitleText": "资金流水"
  172. }
  173. },
  174. {
  175. "path": "pages/finance/transfer",
  176. "style": {
  177. "navigationBarTitleText": "转账",
  178. "navigationBarBackgroundColor": "#141E47",
  179. "navigationBarTextStyle": "white"
  180. }
  181. },
  182. {
  183. "path": "pages/finance/withdraw",
  184. "style": {
  185. "navigationBarTitleText": "提币"
  186. }
  187. },
  188. {
  189. "path": "pages/user/user",
  190. "style": {
  191. "navigationBarTitleText": "个人中心",
  192. "enablePullDownRefresh": true,
  193. "app-plus": {
  194. "titleNView": {
  195. "type": "transparent"
  196. }
  197. }
  198. }
  199. },
  200. {
  201. "path": "pages/user/loginPass",
  202. "style": {
  203. "navigationBarTitleText": "登录密码"
  204. }
  205. },
  206. {
  207. "path": "pages/user/payment",
  208. "style": {
  209. "navigationBarTitleText": "支付密码"
  210. }
  211. },
  212. {
  213. "path": "pages/user/myTeam",
  214. "style": {
  215. "navigationBarTitleText": "我的社区",
  216. "navigationBarBackgroundColor": "#141E47",
  217. "navigationBarTextStyle": "white"
  218. }
  219. },
  220. {
  221. "path": "pages/user/meaasge",
  222. "style": {
  223. "navigationBarTitleText": "消息中心"
  224. }
  225. },
  226. {
  227. "path": "pages/set/set",
  228. "style": {
  229. "navigationBarTitleText": "设置"
  230. }
  231. },
  232. {
  233. "path": "pages/user/revenue",
  234. "style": {
  235. "navigationBarTitleText": "矿机收益"
  236. }
  237. },
  238. {
  239. "path": "pages/user/sharerevenue",
  240. "style": {
  241. "navigationBarTitleText": "邀请算力收益"
  242. }
  243. },
  244. {
  245. "path": "pages/public/wxLogin",
  246. "style": {
  247. "navigationBarTitleText": "微信登录",
  248. "app-plus": {
  249. "titleNView": {
  250. "type": "transparent"
  251. }
  252. }
  253. }
  254. },
  255. {
  256. "path": "pages/redirect/redirect",
  257. "style": {
  258. "navigationBarTitleText": "微信登录跳转页面",
  259. "app-plus": {
  260. "titleNView": false
  261. }
  262. }
  263. },
  264. {
  265. "path": "pages/user/rake",
  266. "style": {
  267. "navigationBarTitleText": "矿机列表"
  268. }
  269. }, {
  270. "path": "pages/index/shoppingDetails",
  271. "style": {
  272. "navigationBarTitleText": "商品详情",
  273. "enablePullDownRefresh": false
  274. }
  275. }, {
  276. "path": "pages/user/charge",
  277. "style": {
  278. "navigationBarTitleText": "电费",
  279. "enablePullDownRefresh": false,
  280. "app-plus": {
  281. "titleNView": false
  282. }
  283. }
  284. }
  285. ],
  286. "globalStyle": {
  287. "navigationBarTextStyle": "black",
  288. "navigationBarTitleText": "uni-app",
  289. "navigationBarBackgroundColor": "#FFFFFF",
  290. "backgroundColor": "#f8f8f8"
  291. },
  292. "tabBar": {
  293. "color": "#C2C6D5",
  294. "selectedColor": "#141E47",
  295. "borderStyle": "black",
  296. "backgroundColor": "#ffffff",
  297. "list": [{
  298. "pagePath": "pages/index/index",
  299. "iconPath": "static/tabBar/tab06.png",
  300. "selectedIconPath": "static/tabBar/tab05.png",
  301. "text": "首页"
  302. },
  303. // {
  304. // "pagePath": "pages/product/index",
  305. // "iconPath": "static/tabBar/tab-product.png",
  306. // "selectedIconPath": "static/tabBar/tab-product-current.png",
  307. // "text": "产品"
  308. // },
  309. {
  310. "pagePath": "pages/calculation/buyCalculation",
  311. "iconPath": "static/tabBar/tab04.png",
  312. "selectedIconPath": "static/tabBar/tab03.png",
  313. "text": "商城"
  314. },
  315. {
  316. "pagePath": "pages/finance/index",
  317. "iconPath": "static/tabBar/tab08.png",
  318. "selectedIconPath": "static/tabBar/tab07.png",
  319. "text": "资产"
  320. },
  321. {
  322. "pagePath": "pages/user/user",
  323. "iconPath": "static/tabBar/tab02.png",
  324. "selectedIconPath": "static/tabBar/tab01.png",
  325. "text": "我的"
  326. }
  327. ]
  328. }
  329. }