pages.json 3.6 KB

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