pages.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  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. {
  295. "path": "pages/money/account",
  296. "style": {
  297. "navigationBarTitleText": "奖励明细",
  298. "app-plus": {
  299. "titleNView": false
  300. }
  301. }
  302. },
  303. {
  304. "path": "pages/user/notice",
  305. "style": {
  306. "navigationBarTitleText": "通知"
  307. }
  308. },
  309. {
  310. "path": "pages/market/market",
  311. "style": {
  312. "navigationBarTitleText": "市场"
  313. }
  314. },
  315. {
  316. "path": "pages/assets/assets",
  317. "style": {
  318. "navigationBarTitleText": "资产",
  319. "app-plus": {
  320. "titleNView": {
  321. "type": "transparent"
  322. }
  323. }
  324. }
  325. },
  326. {
  327. "path": "pages/money/pay",
  328. "style": {
  329. "navigationBarTitleText": "支付"
  330. }
  331. },
  332. {
  333. "path": "pages/money/paySuccess",
  334. "style": {
  335. "navigationBarTitleText": "支付成功"
  336. }
  337. },
  338. // 佣金
  339. {
  340. "path": "pages/money/wallet",
  341. "style": {
  342. "navigationBarTitleText": "我的佣金",
  343. "app-plus": {
  344. "titleNView": false
  345. }
  346. }
  347. },
  348. {
  349. "path": "pages/money/account",
  350. "style": {
  351. "navigationBarTitleText": "提现账号"
  352. }
  353. },
  354. {
  355. "path": "pages/index/article",
  356. "style": {
  357. "navigationBarTitleText": "通知"
  358. }
  359. },
  360. {
  361. "path": "pages/money/withdrawal",
  362. "style": {
  363. "navigationBarTitleText": "提现"
  364. }
  365. },
  366. {
  367. "path": "pages/money/recharge",
  368. "style": {
  369. "navigationBarTitleText": "充值"
  370. }
  371. },
  372. {
  373. "path": "pages/redirect/redirect",
  374. "style": {
  375. "navigationBarTitleText": "微信登录跳转页面",
  376. "app-plus": {
  377. "titleNView": false
  378. }
  379. }
  380. },
  381. {
  382. "path": "pages/user/shareQrCode",
  383. "style": {
  384. "navigationBarTitleText": "邀请好友"
  385. }
  386. }
  387. ],
  388. "globalStyle": {
  389. "navigationBarTextStyle": "black",
  390. "navigationBarTitleText": "uni-app",
  391. "navigationBarBackgroundColor": "#FFFFFF",
  392. "backgroundColor": "#f8f8f8"
  393. },
  394. "tabBar": {
  395. "color": "#C0C4CC",
  396. "selectedColor": "#44969D",
  397. "borderStyle": "black",
  398. "backgroundColor": "#ffffff",
  399. "list": [{
  400. "pagePath": "pages/index/index",
  401. "iconPath": "static/tabBar/tab-home.png",
  402. "selectedIconPath": "static/tabBar/tab-home-current.png",
  403. "text": "首页"
  404. },
  405. {
  406. "pagePath": "pages/market/market",
  407. "iconPath": "static/tabBar/tab-market.png",
  408. "selectedIconPath": "static/tabBar/tab-market-current.png",
  409. "text": "市场"
  410. },
  411. {
  412. "pagePath": "pages/assets/assets",
  413. "iconPath": "static/tabBar/tab-assets.png",
  414. "selectedIconPath": "static/tabBar/tab-assets-current.png",
  415. "text": "资产"
  416. },
  417. {
  418. "pagePath": "pages/user/user",
  419. "iconPath": "static/tabBar/tab-my.png",
  420. "selectedIconPath": "static/tabBar/tab-my-current.png",
  421. "text": "我的"
  422. }
  423. ]
  424. }
  425. }