pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/home",
  7. "style": {
  8. "navigationBarTitleText": "首页",
  9. "enablePullDownRefresh": true
  10. }
  11. },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "登录",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/media/index",
  21. "style": {
  22. "navigationBarTitleText": "多媒体",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/user/index",
  28. "style": {
  29. "navigationBarTitleText": "商户"
  30. }
  31. },
  32. {
  33. "path": "pages/index/authorize",
  34. "style": {
  35. "navigationBarTitleText": "授权"
  36. }
  37. },
  38. {
  39. "path": "pages/index/register",
  40. "style": {
  41. "navigationBarTitleText": "注册信息"
  42. }
  43. },
  44. {
  45. "path": "pages/index/registerState",
  46. "style": {
  47. "navigationBarTitleText": "千家地"
  48. }
  49. }
  50. ],
  51. "subPackages": [{
  52. "root": "pagesGood",
  53. "pages": [{
  54. "path": "goodList",
  55. "style": {
  56. "navigationBarTitleText": "商品列表",
  57. "enablePullDownRefresh": true
  58. }
  59. }, {
  60. "path": "goodForm",
  61. "style": {
  62. "navigationBarTitleText": "千家地"
  63. }
  64. }]
  65. }, {
  66. "root": "pagesMedia",
  67. "pages": [{
  68. "path": "liveOption",
  69. "style": {
  70. "navigationBarTitleText": "直播信息"
  71. }
  72. }, {
  73. "path": "liveDetail",
  74. "style": {
  75. "navigationBarTitleText": "正在直播"
  76. }
  77. }, {
  78. "path": "videoForm",
  79. "style": {
  80. "navigationBarTitleText": "视频上传"
  81. }
  82. }, {
  83. "path": "videoDetail",
  84. "style": {
  85. "navigationBarTitleText": "正在播放短视频"
  86. }
  87. }, {
  88. "path": "pickVideo",
  89. "style": {
  90. "navigationBarTitleText": "自助采摘"
  91. }
  92. }]
  93. }, {
  94. "root": "pagesMain",
  95. "pages": [{
  96. "path": "orderList",
  97. "style": {
  98. "navigationBarTitleText": "订单列表",
  99. "enablePullDownRefresh": true
  100. }
  101. }, {
  102. "path": "orderDetail",
  103. "style": {
  104. "navigationBarTitleText": "订单详情"
  105. }
  106. }, {
  107. "path": "bindOrder",
  108. "style": {
  109. "navigationBarTitleText": "绑定快递"
  110. }
  111. }, {
  112. "path": "logisticsDeatil",
  113. "style": {
  114. "navigationBarTitleText": "物流追踪"
  115. }
  116. }, {
  117. "path": "evaluateForm",
  118. "style": {
  119. "navigationBarTitleText": "回复评价"
  120. }
  121. }, {
  122. "path": "messageList",
  123. "style": {
  124. "navigationBarTitleText": "留言板",
  125. "enablePullDownRefresh": true
  126. }
  127. }, {
  128. "path": "messageForm",
  129. "style": {
  130. "navigationBarTitleText": "发布留言"
  131. }
  132. }, {
  133. "path": "couponList",
  134. "style": {
  135. "navigationBarTitleText": "我的优惠券",
  136. "enablePullDownRefresh": true
  137. }
  138. }, {
  139. "path": "couponForm",
  140. "style": {
  141. "navigationBarTitleText": "发放优惠券"
  142. }
  143. }, {
  144. "path": "authorizeList",
  145. "style": {
  146. "navigationBarTitleText": "授权列表",
  147. "enablePullDownRefresh": true
  148. }
  149. }, {
  150. "path": "authorizeForm",
  151. "style": {
  152. "navigationBarTitleText": "授权用户"
  153. }
  154. }, {
  155. "path": "registerForm",
  156. "style": {
  157. "navigationBarTitleText": "商户信息"
  158. }
  159. }, {
  160. "path": "pickOrderList",
  161. "style": {
  162. "navigationBarTitleText": "自助采摘订单",
  163. "enablePullDownRefresh": true
  164. }
  165. }]
  166. }],
  167. "globalStyle": {
  168. "navigationStyle": "default",
  169. "navigationBarTextStyle": "black",
  170. "navigationBarTitleText": "千家地",
  171. "navigationBarBackgroundColor": "#ffffff",
  172. "backgroundColor": "#F8F8F8"
  173. },
  174. "tabBar": {
  175. "borderStyle": "black",
  176. "backgroundColor": "#fff",
  177. "color": "#9A9A9A",
  178. "selectedColor": "#52A63A",
  179. "list": [{
  180. "pagePath": "pages/index/home",
  181. "iconPath": "static/images/icon-index.png",
  182. "selectedIconPath": "static/images/icon-index-active.png",
  183. "text": "首页"
  184. }, {
  185. "pagePath": "pages/media/index",
  186. "iconPath": "static/images/icon-media.png",
  187. "selectedIconPath": "static/images/icon-media-active.png",
  188. "text": "直播"
  189. }, {
  190. "pagePath": "pages/user/index",
  191. "iconPath": "static/images/icon-mine.png",
  192. "selectedIconPath": "static/images/icon-mine-active.png",
  193. "text": "个人"
  194. }]
  195. }
  196. }