pages.json 7.5 KB

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