pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  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": true,
  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. }
  23. },
  24. {
  25. "path": "pages/index/convert",
  26. "style": {
  27. "navigationBarTitleText": "节点"
  28. }
  29. },
  30. {
  31. "path": "pages/public/register",
  32. "style": {
  33. "navigationBarTitleText": "注册",
  34. "app-plus": {
  35. "titleNView": {
  36. "type": "transparent"
  37. }
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/index/appointment",
  43. "style": {
  44. "navigationBarTitleText": "自动预约",
  45. "app-plus": {
  46. "titleNView": {
  47. }
  48. }
  49. }
  50. },{
  51. "path": "pages/public/login",
  52. "style": {
  53. "navigationBarTitleText": "登录",
  54. "app-plus": {
  55. "titleNView": {
  56. "type": "transparent"
  57. }
  58. }
  59. }
  60. },
  61. {
  62. "path": "pages/public/wxLogin",
  63. "style": {
  64. "navigationBarTitleText": "微信登录",
  65. "app-plus": {
  66. "titleNView": {
  67. "type": "transparent"
  68. }
  69. }
  70. }
  71. },
  72. {
  73. "path": "pages/money/payment",
  74. "style": {
  75. "navigationBarTitleText": "支付密码"
  76. }
  77. },
  78. {
  79. "path": "pages/public/forget",
  80. "style": {
  81. "navigationBarTitleText": "忘记密码",
  82. "app-plus": {
  83. "titleNView": {
  84. "type": "transparent"
  85. }
  86. }
  87. }
  88. },
  89. {
  90. "path": "pages/set/set",
  91. "style": {
  92. "navigationBarTitleText": "设置"
  93. }
  94. },
  95. {
  96. "path": "pages/set/address",
  97. "style": {
  98. "navigationBarTitleText": "收货地址"
  99. }
  100. },
  101. {
  102. "path": "pages/assets/myPing",
  103. "style": {
  104. "navigationBarTitleText": "我的拼购"
  105. }
  106. },
  107. {
  108. "path": "pages/assets/teamDetails",
  109. "style": {
  110. "navigationBarTitleText": "我的组队详情"
  111. }
  112. },
  113. {
  114. "path": "pages/assets/transfer",
  115. "style": {
  116. "navigationBarTitleText": "转账",
  117. "app-plus": {
  118. "titleNView": false
  119. }
  120. }
  121. },
  122. {
  123. "path": "pages/assets/recharge",
  124. "style": {
  125. "navigationBarTitleText": "充币"
  126. }
  127. },
  128. {
  129. "path": "pages/assets/withdraw",
  130. "style": {
  131. "navigationBarTitleText": "提币",
  132. "app-plus": {
  133. "titleNView": false
  134. }
  135. }
  136. },
  137. {
  138. "path": "pages/set/addressManage",
  139. "style": {
  140. "navigationBarTitleText": ""
  141. }
  142. },
  143. {
  144. "path": "pages/user/extension",
  145. "style": {
  146. "navigationBarTitleText": "我的推广",
  147. "app-plus": {
  148. "titleNView": false
  149. }
  150. }
  151. },
  152. {
  153. "path": "pages/set/phone",
  154. "style": {
  155. "navigationBarTitleText": "实名认证"
  156. }
  157. },
  158. {
  159. "path": "pages/set/password",
  160. "style": {
  161. "navigationBarTitleText": "修改密码"
  162. }
  163. },
  164. {
  165. "path": "pages/set/userinfo",
  166. "style": {
  167. "navigationBarTitleText": "修改资料"
  168. }
  169. },
  170. {
  171. "path": "pages/user/user",
  172. "style": {
  173. // #ifndef MP-WEIXIN
  174. "navigationStyle": "custom",
  175. // "app-plus": {
  176. // "bounce": "none",
  177. // "titleNView": {
  178. // "type": "transparent",
  179. // "buttons": [{
  180. // "fontSrc": "/static/yticon.ttf",
  181. // "text": "\ue60f",
  182. // "fontSize": "24",
  183. // "color": "#303133",
  184. // "width": "46px",
  185. // "background": "rgba(0,0,0,0)"
  186. // },
  187. // {
  188. // "fontSrc": "/static/yticon.ttf",
  189. // "text": "\ue744",
  190. // "fontSize": "28",
  191. // "color": "#303133",
  192. // "background": "rgba(0,0,0,0)",
  193. // "redDot": true
  194. // }
  195. // ]
  196. // }
  197. // },
  198. // #endif
  199. "navigationBarTitleText": "个人中心"
  200. }
  201. },
  202. {
  203. "path": "pages/user/award",
  204. "style": {
  205. "navigationBarTitleText": "奖励明细",
  206. "app-plus": {
  207. "titleNView": {
  208. "type": "transparent"
  209. }
  210. }
  211. }
  212. },
  213. {
  214. "path": "pages/user/withdrawal",
  215. "style": {
  216. "navigationBarTitleText": "奖励提现"
  217. }
  218. },
  219. {
  220. "path": "pages/user/notice",
  221. "style": {
  222. "navigationBarTitleText": "通知"
  223. }
  224. },
  225. {
  226. "path": "pages/user/favorites",
  227. "style": {
  228. "navigationBarTitleText": "收藏夹"
  229. }
  230. }, {
  231. "path": "pages/user/coupon",
  232. "style": {
  233. "navigationBarTitleText": "我的卡卷"
  234. }
  235. },
  236. {
  237. "path": "pages/user/scoreAccumulate",
  238. "style": {
  239. "navigationBarTitleText": "积分明细"
  240. }
  241. },
  242. {
  243. "path": "pages/market/market",
  244. "style": {
  245. "navigationBarTitleText": "市场"
  246. }
  247. },
  248. {
  249. "path": "pages/assets/assets",
  250. "style": {
  251. "navigationBarTitleText": "资产"
  252. }
  253. },
  254. {
  255. "path": "pages/money/pay",
  256. "style": {
  257. "navigationBarTitleText": "支付"
  258. }
  259. },
  260. {
  261. "path": "pages/money/paySuccess",
  262. "style": {
  263. "navigationBarTitleText": "支付成功"
  264. }
  265. },
  266. {
  267. "path": "pages/money/wallet",
  268. "style": {
  269. "navigationBarTitleText": "我的钱包",
  270. "app-plus": {
  271. "titleNView": {
  272. "type": "transparent"
  273. }
  274. }
  275. }
  276. },
  277. {
  278. "path": "pages/money/account",
  279. "style": {
  280. "navigationBarTitleText": "提现账号"
  281. }
  282. },
  283. {
  284. "path": "pages/money/withdrawal",
  285. "style": {
  286. "navigationBarTitleText": "提现"
  287. }
  288. },
  289. {
  290. "path": "pages/money/recharge",
  291. "style": {
  292. "navigationBarTitleText": "充值"
  293. }
  294. },
  295. {
  296. "path": "pages/redirect/redirect",
  297. "style": {
  298. "navigationBarTitleText": "微信登录跳转页面",
  299. "app-plus": {
  300. "titleNView": false
  301. }
  302. }
  303. },
  304. {
  305. "path": "pages/user/shareQrCode",
  306. "style": {
  307. "navigationBarTitleText": "邀请好友"
  308. }
  309. }
  310. ],
  311. "globalStyle": {
  312. "navigationBarTextStyle": "black",
  313. "navigationBarTitleText": "uni-app",
  314. "navigationBarBackgroundColor": "#FFFFFF",
  315. "backgroundColor": "#f8f8f8"
  316. },
  317. "tabBar": {
  318. "color": "#C0C4CC",
  319. "selectedColor": "#44969D",
  320. "borderStyle": "black",
  321. "backgroundColor": "#ffffff",
  322. "list": [{
  323. "pagePath": "pages/index/index",
  324. "iconPath": "static/tabBar/tab-home.png",
  325. "selectedIconPath": "static/tabBar/tab-home-current.png",
  326. "text": "首页"
  327. },
  328. {
  329. "pagePath": "pages/market/market",
  330. "iconPath": "static/tabBar/tab-market.png",
  331. "selectedIconPath": "static/tabBar/tab-market-current.png",
  332. "text": "市场"
  333. },
  334. {
  335. "pagePath": "pages/assets/assets",
  336. "iconPath": "static/tabBar/tab-assets.png",
  337. "selectedIconPath": "static/tabBar/tab-assets-current.png",
  338. "text": "资产"
  339. },
  340. {
  341. "pagePath": "pages/user/user",
  342. "iconPath": "static/tabBar/tab-my.png",
  343. "selectedIconPath": "static/tabBar/tab-my-current.png",
  344. "text": "我的"
  345. }
  346. ]
  347. }
  348. }