pages.json 6.1 KB

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