pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index",
  8. "style": {
  9. "navigationBarTitleText": "开屏广告",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/tabbar/home/index",
  15. "style": {
  16. "navigationBarTitleText": "首页",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/tabbar/community/index",
  22. "style": {
  23. "navigationBarTitleText": "社区",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/tabbar/message/index",
  29. "style": {
  30. "navigationBarTitleText": "消息",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/tabbar/mine/index",
  36. "style": {
  37. "navigationBarTitleText": "我的",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/login/register",
  43. "style": {
  44. "navigationBarTitleText": "注册",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/common/search/index",
  50. "name": "搜索",
  51. "style": {
  52. "navigationBarTitleText": "搜索"
  53. }
  54. },
  55. {
  56. "path": "pages/login/index",
  57. "style": {
  58. "navigationBarTitleText": "登录"
  59. }
  60. },
  61. {
  62. "path": "pages/login/phoneLogin",
  63. "style": {
  64. "navigationBarTitleText": "账号登录"
  65. }
  66. }
  67. ],
  68. "subPackages": [
  69. {
  70. "root": "pages/business",
  71. "pages": [
  72. {
  73. "path": "category",
  74. "style": {
  75. "navigationBarTitleText": "商家分类"
  76. }
  77. },
  78. {
  79. "path": "service/detail",
  80. "style": {
  81. "navigationBarTitleText": "服务详情"
  82. }
  83. },
  84. {
  85. "path": "list",
  86. "style": {
  87. "navigationBarTitleText": "商家列表"
  88. }
  89. },
  90. {
  91. "path": "detail",
  92. "style": {
  93. "navigationBarTitleText": "商家详情"
  94. }
  95. },
  96. {
  97. "path": "service/list",
  98. "style": {
  99. "navigationBarTitleText": "服务列表"
  100. }
  101. },
  102. {
  103. "path": "nearby/index",
  104. "style": {
  105. "navigationBarTitleText": "附近商家"
  106. }
  107. },
  108. {
  109. "path": "hot/index",
  110. "style": {
  111. "navigationBarTitleText": "热门推荐"
  112. }
  113. }
  114. ]
  115. },
  116. {
  117. "root": "pages/user",
  118. "pages": [
  119. {
  120. "path": "collect/list",
  121. "style": {
  122. "navigationBarTitleText": "我的收藏"
  123. }
  124. },
  125. {
  126. "path": "inquiry/index",
  127. "style": {
  128. "navigationBarTitleText": "询价"
  129. }
  130. },
  131. {
  132. "path": "mygroup/index",
  133. "style": {
  134. "navigationBarTitleText": "我的团队"
  135. }
  136. },
  137. {
  138. "path": "privacypolicy/index",
  139. "style": {
  140. "navigationBarTitleText": "隐私条款"
  141. }
  142. },
  143. {
  144. "path": "servicecenter/index",
  145. "style": {
  146. "navigationBarTitleText": "联系客服"
  147. }
  148. },
  149. {
  150. "path": "aboutmy/index",
  151. "style": {
  152. "navigationBarTitleText": "关于"
  153. }
  154. },
  155. {
  156. "path": "appoint/index",
  157. "style": {
  158. "navigationBarTitleText": "预约列表"
  159. }
  160. },
  161. {
  162. "path": "coupon/index",
  163. "style": {
  164. "navigationBarTitleText": "优惠券"
  165. }
  166. },
  167. {
  168. "path": "score/index",
  169. "style": {
  170. "navigationBarTitleText": "我的积分"
  171. }
  172. },
  173. {
  174. "path": "info/index",
  175. "style": {
  176. "navigationBarTitleText": "个人中心"
  177. }
  178. },
  179. {
  180. "path": "info/update",
  181. "style": {
  182. "navigationBarTitleText": "编辑资料"
  183. }
  184. },
  185. {
  186. "path": "settings/index",
  187. "style": {
  188. "navigationBarTitleText": "设置"
  189. }
  190. }
  191. ]
  192. },
  193. {
  194. "root": "pages/order",
  195. "pages": [
  196. {
  197. "path": "order",
  198. "style": {
  199. "navigationBarTitleText": "提价订单"
  200. }
  201. }
  202. ]
  203. }
  204. ],
  205. "tabBar": {
  206. "color": "#999999",
  207. "selectedColor": "#42b2fa",
  208. "borderStyle": "black",
  209. "backgroundColor": "#ffffff",
  210. "list": [
  211. {
  212. "text": "首页",
  213. "pagePath": "pages/tabbar/home/index",
  214. "iconPath": "static/images/home.png",
  215. "selectedIconPath": "static/images/home-select.png"
  216. },
  217. {
  218. "pagePath": "pages/tabbar/community/index",
  219. "text": "社区",
  220. "iconPath": "static/images/community.png",
  221. "selectedIconPath": "static/images/community-select.png"
  222. },
  223. {
  224. "pagePath": "pages/tabbar/message/index",
  225. "text": "消息",
  226. "iconPath": "static/images/message.png",
  227. "selectedIconPath": "static/images/message-select.png"
  228. },
  229. {
  230. "pagePath": "pages/tabbar/mine/index",
  231. "text": "我的",
  232. "iconPath": "static/images/mine.png",
  233. "selectedIconPath": "static/images/mine-select.png"
  234. }
  235. ]
  236. },
  237. "globalStyle": {
  238. "navigationBarTextStyle": "black",
  239. "navigationBarTitleText": "uni-app",
  240. "navigationBarBackgroundColor": "#F8F8F8",
  241. "backgroundColor": "#F8F8F8"
  242. }
  243. }