pages.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": false,
  9. // #ifdef MP
  10. "navigationStyle": "custom",
  11. // #endif
  12. "navigationBarTitleText": "商城首页",
  13. "app-plus": {
  14. "titleNView":false
  15. }
  16. }
  17. },
  18. {
  19. "path": "pages/index/node",
  20. "style": {
  21. "navigationBarTitleText": "节点",
  22. "app-plus": {
  23. "titleNView":false
  24. }
  25. }
  26. },
  27. {
  28. "path": "pages/user/myNote",
  29. "style": {
  30. "navigationBarTitleText": "我的节点"
  31. }
  32. },
  33. {
  34. "path": "pages/market/myCalculation",
  35. "style": {
  36. "navigationBarTitleText": "我的矿机"
  37. }
  38. },
  39. {
  40. "path": "pages/index/teachList",
  41. "style": {
  42. "navigationBarTitleText": "新手教程"
  43. }
  44. },
  45. {
  46. "path": "pages/index/teachD",
  47. "style": {
  48. "navigationBarTitleText": "教程详情"
  49. }
  50. },
  51. {
  52. "path": "pages/index/info",
  53. "style": {
  54. "navigationBarTitleText": "汇总数据"
  55. }
  56. },
  57. {
  58. "path": "pages/assets/details",
  59. "style": {
  60. "navigationBarTitleText": "资金流水"
  61. }
  62. },
  63. {
  64. "path": "pages/index/nodeList",
  65. "style": {
  66. "navigationBarTitleText": "通知列表"
  67. }
  68. },
  69. {
  70. "path": "pages/user/extensionList",
  71. "style": {
  72. "navigationBarTitleText": "推广列表"
  73. }
  74. },
  75. {
  76. "path": "pages/market/duihuan",
  77. "style": {
  78. "navigationBarTitleText": "兑换"
  79. }
  80. },
  81. {
  82. "path": "pages/market/pay",
  83. "style": {
  84. "navigationBarTitleText": "运算力租赁"
  85. }
  86. },
  87. {
  88. "path": "pages/index/convert",
  89. "style": {
  90. "navigationBarTitleText": "兑换"
  91. }
  92. },
  93. {
  94. "path": "pages/market/details",
  95. "style": {
  96. "navigationBarTitleText": "云算力详情"
  97. }
  98. },
  99. {
  100. "path": "pages/user/rake",
  101. "style": {
  102. "navigationBarTitleText": "矿机列表"
  103. }
  104. },
  105. {
  106. "path": "pages/index/datile",
  107. "style": {
  108. "navigationBarTitleText": "列表"
  109. }
  110. },
  111. {
  112. "path": "pages/user/approve",
  113. "style": {
  114. "navigationBarTitleText": "实名认证"
  115. }
  116. },
  117. {
  118. "path": "pages/public/register",
  119. "style": {
  120. "navigationBarTitleText": "注册",
  121. "app-plus": {
  122. "titleNView": {
  123. "type": "transparent"
  124. }
  125. }
  126. }
  127. },
  128. {
  129. "path": "pages/set/cropper",
  130. "style": {
  131. "navigationBarTitleText": "裁剪",
  132. "app-plus": {
  133. "titleNView": {
  134. "type": "transparent"
  135. }
  136. }
  137. }
  138. },
  139. {
  140. "path": "pages/index/appointment",
  141. "style": {
  142. "navigationBarTitleText": "自动预约",
  143. "app-plus": {
  144. "titleNView": {
  145. }
  146. }
  147. }
  148. },
  149. {
  150. "path": "pages/index/appointmentD",
  151. "style": {
  152. "navigationBarTitleText": "自动预约",
  153. "app-plus": {
  154. "titleNView": {
  155. }
  156. }
  157. }
  158. },
  159. {
  160. "path": "pages/public/login",
  161. "style": {
  162. "navigationBarTitleText": "登录",
  163. "app-plus": {
  164. "titleNView": {
  165. "type": "transparent"
  166. }
  167. }
  168. }
  169. },
  170. {
  171. "path": "pages/public/wxLogin",
  172. "style": {
  173. "navigationBarTitleText": "微信登录",
  174. "app-plus": {
  175. "titleNView": {
  176. "type": "transparent"
  177. }
  178. }
  179. }
  180. },
  181. {
  182. "path": "pages/money/payment",
  183. "style": {
  184. "navigationBarTitleText": "修改交易密码"
  185. }
  186. },
  187. {
  188. "path": "pages/public/forget",
  189. "style": {
  190. "navigationBarTitleText": "忘记密码"
  191. }
  192. },
  193. {
  194. "path": "pages/user/fuli",
  195. "style": {
  196. "navigationBarTitleText": "拼购福利"
  197. }
  198. },
  199. {
  200. "path": "pages/user/fulilist",
  201. "style": {
  202. "navigationBarTitleText": "拼购福利"
  203. }
  204. },
  205. {
  206. "path": "pages/assets/myPing",
  207. "style": {
  208. "navigationBarTitleText": "我的拼购"
  209. }
  210. },
  211. {
  212. "path": "pages/assets/teamDetails",
  213. "style": {
  214. "navigationBarTitleText": "我的组队详情"
  215. }
  216. },
  217. {
  218. "path": "pages/assets/transfer",
  219. "style": {
  220. "navigationBarTitleText": "转账",
  221. "app-plus": {
  222. "titleNView": false
  223. }
  224. }
  225. },
  226. {
  227. "path": "pages/assets/recharge",
  228. "style": {
  229. "navigationBarTitleText": "充币"
  230. }
  231. },
  232. {
  233. "path": "pages/assets/withdraw",
  234. "style": {
  235. "navigationBarTitleText": "提币",
  236. "app-plus": {
  237. "titleNView": false
  238. }
  239. }
  240. },
  241. {
  242. "path": "pages/user/extension",
  243. "style": {
  244. "navigationBarTitleText": "我的推广",
  245. "app-plus": {
  246. "titleNView": false
  247. }
  248. }
  249. },
  250. {
  251. "path": "pages/set/password",
  252. "style": {
  253. "navigationBarTitleText": "修改密码"
  254. }
  255. },
  256. {
  257. "path": "pages/set/userinfo",
  258. "style": {
  259. "navigationBarTitleText": "修改资料"
  260. }
  261. },
  262. {
  263. "path": "pages/user/user",
  264. "style": {
  265. // #ifndef MP-WEIXIN
  266. "navigationStyle": "custom",
  267. // #endif
  268. "navigationBarTitleText": "个人中心"
  269. }
  270. },
  271. {
  272. "path": "pages/user/award",
  273. "style": {
  274. "navigationBarTitleText": "奖励明细",
  275. "app-plus": {
  276. "titleNView": {
  277. "type": "transparent"
  278. }
  279. }
  280. }
  281. },
  282. {
  283. "path": "pages/user/notice",
  284. "style": {
  285. "navigationBarTitleText": "通知"
  286. }
  287. },
  288. {
  289. "path": "pages/market/market",
  290. "style": {
  291. "navigationBarTitleText": "市场"
  292. }
  293. },
  294. {
  295. "path": "pages/assets/assets",
  296. "style": {
  297. "navigationBarTitleText": "资产",
  298. "app-plus": {
  299. "titleNView": {
  300. "type": "transparent"
  301. }
  302. }
  303. }
  304. },
  305. {
  306. "path": "pages/money/pay",
  307. "style": {
  308. "navigationBarTitleText": "支付"
  309. }
  310. },
  311. {
  312. "path": "pages/money/paySuccess",
  313. "style": {
  314. "navigationBarTitleText": "支付成功"
  315. }
  316. },
  317. {
  318. "path": "pages/money/wallet",
  319. "style": {
  320. "navigationBarTitleText": "我的钱包",
  321. "app-plus": {
  322. "titleNView": {
  323. "type": "transparent"
  324. }
  325. }
  326. }
  327. },
  328. {
  329. "path": "pages/money/account",
  330. "style": {
  331. "navigationBarTitleText": "提现账号"
  332. }
  333. },
  334. {
  335. "path": "pages/index/article",
  336. "style": {
  337. "navigationBarTitleText": "通知"
  338. }
  339. },
  340. {
  341. "path": "pages/money/withdrawal",
  342. "style": {
  343. "navigationBarTitleText": "提现"
  344. }
  345. },
  346. {
  347. "path": "pages/money/recharge",
  348. "style": {
  349. "navigationBarTitleText": "充值"
  350. }
  351. },
  352. {
  353. "path": "pages/redirect/redirect",
  354. "style": {
  355. "navigationBarTitleText": "微信登录跳转页面",
  356. "app-plus": {
  357. "titleNView": false
  358. }
  359. }
  360. },
  361. {
  362. "path": "pages/user/shareQrCode",
  363. "style": {
  364. "navigationBarTitleText": "邀请好友"
  365. }
  366. }
  367. ],
  368. "globalStyle": {
  369. "navigationBarTextStyle": "black",
  370. "navigationBarTitleText": "uni-app",
  371. "navigationBarBackgroundColor": "#FFFFFF",
  372. "backgroundColor": "#f8f8f8"
  373. },
  374. "tabBar": {
  375. "color": "#C0C4CC",
  376. "selectedColor": "#44969D",
  377. "borderStyle": "black",
  378. "backgroundColor": "#ffffff",
  379. "list": [{
  380. "pagePath": "pages/index/index",
  381. "iconPath": "static/tabBar/tab-home.png",
  382. "selectedIconPath": "static/tabBar/tab-home-current.png",
  383. "text": "首页"
  384. },
  385. {
  386. "pagePath": "pages/market/market",
  387. "iconPath": "static/tabBar/tab-market.png",
  388. "selectedIconPath": "static/tabBar/tab-market-current.png",
  389. "text": "市场"
  390. },
  391. {
  392. "pagePath": "pages/assets/assets",
  393. "iconPath": "static/tabBar/tab-assets.png",
  394. "selectedIconPath": "static/tabBar/tab-assets-current.png",
  395. "text": "资产"
  396. },
  397. {
  398. "pagePath": "pages/user/user",
  399. "iconPath": "static/tabBar/tab-my.png",
  400. "selectedIconPath": "static/tabBar/tab-my-current.png",
  401. "text": "我的"
  402. }
  403. ]
  404. }
  405. }