pages.json 7.7 KB

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