pages.json 5.7 KB

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