pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "二手空调",
  6. // "navigationStyle": "custom",
  7. "navigationBarTextStyle": "#fff",
  8. "navigationBarBackgroundColor": "#01C30B"
  9. }
  10. },
  11. {
  12. "path": "pages/issue/index",
  13. "style": {
  14. "navigationBarTitleText": "发布"
  15. }
  16. },
  17. {
  18. "path": "pages/message/index",
  19. "style": {
  20. "disableScroll": true,
  21. "navigationBarTitleText": "消息"
  22. }
  23. },
  24. {
  25. "path": "pages/message/msgView",
  26. "style": {
  27. "disableScroll": true,
  28. "navigationBarTitleText": "消息"
  29. }
  30. },
  31. {
  32. "path": "pages/mine/index",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": "我的"
  36. }
  37. },
  38. {
  39. "path": "pages/mine/myLike",
  40. "style": {
  41. "navigationBarTitleText": "我的点赞"
  42. }
  43. },
  44. {
  45. "path": "pages/mine/myCollection",
  46. "style": {
  47. "navigationBarTitleText": "我的收藏"
  48. }
  49. },
  50. {
  51. "path": "pages/mine/myEarnings/list",
  52. "style": {
  53. "navigationBarTitleText": "我的收益"
  54. }
  55. },
  56. {
  57. "path": "pages/mine/myEarnings/detail",
  58. "style": {
  59. "navigationBarTitleText": "收益详情"
  60. }
  61. },
  62. {
  63. "path": "pages/mine/address/list",
  64. "style": {
  65. "navigationBarTitleText": "我的地址"
  66. }
  67. },
  68. {
  69. "path": "pages/mine/address/form",
  70. "style": {
  71. "navigationBarTitleText": "添加地址"
  72. }
  73. },
  74. {
  75. "path": "pages/mine/parse",
  76. "style": {
  77. "navigationBarTitleText": "防骗指南"
  78. }
  79. },
  80. {
  81. "path": "pages/mine/myBuy/list",
  82. "style": {
  83. "navigationBarTitleText": "我买到的"
  84. }
  85. },
  86. {
  87. "path": "pages/mine/myBuy/detail",
  88. "style": {
  89. "navigationBarTitleText": "订单详情"
  90. }
  91. },
  92. {
  93. "path": "pages/mine/myBuy/return",
  94. "style": {
  95. "navigationBarTitleText": "申请售后"
  96. }
  97. },
  98. {
  99. "path": "pages/mine/myBuy/logistics",
  100. "style": {
  101. "navigationBarTitleText": "查看物流"
  102. }
  103. },
  104. {
  105. "path": "pages/mine/myIssue/list",
  106. "style": {
  107. "navigationBarTitleText": "我发布的"
  108. }
  109. },
  110. {
  111. "path": "pages/goods/list",
  112. "style": {
  113. "navigationBarTitleText": "商品列表"
  114. }
  115. },
  116. {
  117. "path": "pages/goods/detail",
  118. "style": {
  119. "navigationBarTitleText": "商品详情"
  120. }
  121. },
  122. {
  123. "path": "pages/goods/order",
  124. "style": {
  125. "navigationBarTitleText": "确认订单"
  126. }
  127. },
  128. {
  129. "path": "pages/login/index",
  130. "style": {
  131. "navigationBarTitleText": ""
  132. }
  133. },
  134. {
  135. "path": "pages/login/indexs",
  136. "style": {
  137. "navigationBarTitleText": "登录"
  138. }
  139. }
  140. ],
  141. "preloadRule": {
  142. //分包预载配置
  143. // "pages/learn/index": {
  144. // "packages": [
  145. // "__APP__"
  146. // ],
  147. // "network": "all"
  148. // }
  149. },
  150. "easycom": {
  151. // "zj-(.*)": "@/components/zj-container/zj-$1.vue",
  152. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  153. },
  154. "globalStyle": {
  155. "navigationBarTextStyle": "black",
  156. "navigationBarTitleText": "uni-app",
  157. "navigationBarBackgroundColor": "#fff",
  158. "backgroundColor": "#f4f2f2",
  159. "onReachBottomDistance": 100
  160. },
  161. "tabBar": {
  162. "color": "#515151",
  163. "selectedColor": "#01C30B",
  164. "borderStyle": "black",
  165. "backgroundColor": "#ffffff",
  166. "list": [{
  167. "pagePath": "pages/index/index",
  168. "iconPath": "static/tabBar/icon_home01.png",
  169. "selectedIconPath": "static/tabBar/icon_home02.png",
  170. "text": "首页"
  171. },
  172. {
  173. "pagePath": "pages/issue/index",
  174. "iconPath": "static/tabBar/icon_issue01.png",
  175. "selectedIconPath": "static/tabBar/icon_issue02.png",
  176. "text": "发布"
  177. },
  178. {
  179. "pagePath": "pages/message/index",
  180. "iconPath": "static/tabBar/icon_message01.png",
  181. "selectedIconPath": "static/tabBar/icon_message02.png",
  182. "text": "消息"
  183. },
  184. {
  185. "pagePath": "pages/mine/index",
  186. "iconPath": "static/tabBar/icon_mine01.png",
  187. "selectedIconPath": "static/tabBar/icon_mine02.png",
  188. "text": "我的"
  189. }
  190. ]
  191. }
  192. }