pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/tabbar/home/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/tabbar/community/index",
  15. "style": {
  16. "navigationBarTitleText": "社区",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/tabbar/message/index",
  22. "style": {
  23. "navigationBarTitleText": "消息",
  24. "navigationStyle":"custom"
  25. }
  26. },
  27. {
  28. "path": "pages/tabbar/mine/index",
  29. "style": {
  30. "navigationBarTitleText": "我的"
  31. }
  32. },
  33. {
  34. "path": "pages/login/index",
  35. "style": {
  36. "navigationBarTitleText": "登录"
  37. }
  38. },
  39. {
  40. "path": "pages/login/phoneLogin",
  41. "style": {
  42. "navigationBarTitleText": "手机验证"
  43. }
  44. }
  45. ],
  46. "subPackages": [
  47. {
  48. "root": "pages/client",
  49. "pages": [
  50. {
  51. "path": "CommunitySearch/index",
  52. "style": {
  53. "navigationBarTitleText": "社区搜索"
  54. }
  55. },
  56. {
  57. "path": "allComments/index",
  58. "style": {
  59. "navigationBarTitleText": "全部评论"
  60. }
  61. },
  62. {
  63. "path": "settings/index",
  64. "style": {
  65. "navigationBarTitleText": "设置"
  66. }
  67. },
  68. {
  69. "path": "personalCenter/index",
  70. "style": {
  71. "navigationBarTitleText": "个人中心"
  72. }
  73. },
  74. {
  75. "path": "coupon/index",
  76. "style": {
  77. "navigationBarTitleText": "优惠券"
  78. }
  79. },
  80. {
  81. "path": "score/index",
  82. "style": {
  83. "navigationBarTitleText": "我的积分"
  84. }
  85. },
  86. {
  87. "path": "checkIn/index",
  88. "style": {
  89. "navigationBarTitleText": "每日签到"
  90. }
  91. },
  92. {
  93. "path": "search/index",
  94. "style": {
  95. "navigationBarTitleText": "搜索"
  96. }
  97. }
  98. ]
  99. },
  100. {
  101. "root": "pages/business",
  102. "pages": [
  103. {
  104. "path": "detail/index",
  105. "style": {
  106. "navigationBarTitleText": "商家详情"
  107. }
  108. },
  109. {
  110. "path": "hot/index",
  111. "style": {
  112. "navigationBarTitleText": "热门推荐"
  113. }
  114. },
  115. {
  116. "path": "nearby/index",
  117. "style": {
  118. "navigationBarTitleText": "附近商家"
  119. }
  120. },
  121. {
  122. "path": "service/index",
  123. "style": {
  124. "navigationBarTitleText": "服务详情"
  125. }
  126. },
  127. {
  128. "path": "classify/index",
  129. "style": {
  130. "navigationBarTitleText": "养车"
  131. }
  132. }
  133. ]
  134. },
  135. {
  136. "root": "pages/points",
  137. "pages": [
  138. {
  139. "path": "myPoints/index",
  140. "style": {
  141. "navigationBarTitleText": "我的积分"
  142. }
  143. },
  144. {
  145. "path": "checkIn/index",
  146. "style": {
  147. "navigationBarTitleText": "每日签到"
  148. }
  149. },
  150. {
  151. "path": "detail/index",
  152. "style": {
  153. "navigationBarTitleText": "积分说明"
  154. }
  155. },
  156. {
  157. "path": "instructions/index",
  158. "style": {
  159. "navigationBarTitleText": "积分明细"
  160. }
  161. },
  162. {
  163. "path": "withdraw/index",
  164. "style": {
  165. "navigationBarTitleText": "积分提现"
  166. }
  167. },
  168. {
  169. "path": "activity/index",
  170. "style": {
  171. "navigationBarTitleText": "积分活动"
  172. }
  173. }
  174. ]
  175. },
  176. {
  177. "root": "pages/message",
  178. "pages": [
  179. {
  180. "path": "evaluate/index",
  181. "style": {
  182. "navigationBarTitleText": "评价通知"
  183. }
  184. },
  185. {
  186. "path": "favorable/index",
  187. "style": {
  188. "navigationBarTitleText": "优惠福利"
  189. }
  190. },
  191. {
  192. "path": "order/index",
  193. "style": {
  194. "navigationBarTitleText": "订单通知"
  195. }
  196. },
  197. {
  198. "path": "payment/index",
  199. "style": {
  200. "navigationBarTitleText": "付款通知"
  201. }
  202. },
  203. {
  204. "path": "upvote/index",
  205. "style": {
  206. "navigationBarTitleText": "点赞回复"
  207. }
  208. },
  209. {
  210. "path": "info/index",
  211. "style": {
  212. "navigationBarTitleText": "私聊"
  213. }
  214. }
  215. ]
  216. },
  217. {
  218. "root": "pages/pointMethod",
  219. "pages": [
  220. {
  221. "path": "foren/index",
  222. "style": {
  223. "navigationBarTitleText": "发帖"
  224. }
  225. },
  226. {
  227. "path": "consume/index",
  228. "style": {
  229. "navigationBarTitleText": "消费"
  230. }
  231. },
  232. {
  233. "path": "comment/index",
  234. "style": {
  235. "navigationBarTitleText": "点评"
  236. }
  237. },
  238. {
  239. "path": "share/index",
  240. "style": {
  241. "navigationBarTitleText": "分享"
  242. }
  243. },
  244. {
  245. "path": "recover/index",
  246. "style": {
  247. "navigationBarTitleText": "回帖"
  248. }
  249. },
  250. {
  251. "path": "advertise/index",
  252. "style": {
  253. "navigationBarTitleText": "广告"
  254. }
  255. }
  256. ]
  257. }
  258. ],
  259. "tabBar": {
  260. "color": "#999999",
  261. "selectedColor": "#42b2fa",
  262. "borderStyle": "black",
  263. "backgroundColor": "#ffffff",
  264. "list": [
  265. {
  266. "text": "首页",
  267. "pagePath": "pages/tabbar/home/index",
  268. "iconPath": "static/images/home.png",
  269. "selectedIconPath": "static/images/home-select.png"
  270. },
  271. {
  272. "pagePath": "pages/tabbar/community/index",
  273. "text": "社区",
  274. "iconPath": "static/images/community.png",
  275. "selectedIconPath": "static/images/community-select.png"
  276. },
  277. {
  278. "pagePath": "pages/tabbar/message/index",
  279. "text": "消息",
  280. "iconPath": "static/images/message.png",
  281. "selectedIconPath": "static/images/message-select.png"
  282. },
  283. {
  284. "pagePath": "pages/tabbar/mine/index",
  285. "text": "我的",
  286. "iconPath": "static/images/mine.png",
  287. "selectedIconPath": "static/images/mine-select.png"
  288. }
  289. ]
  290. },
  291. "globalStyle": {
  292. "navigationBarTextStyle": "black",
  293. "navigationBarTitleText": "uni-app",
  294. "navigationBarBackgroundColor": "#F8F8F8",
  295. "backgroundColor": "#F8F8F8"
  296. }
  297. }