pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. }
  111. ],
  112. "tabBar": {
  113. "color": "#999999",
  114. "selectedColor": "#42b2fa",
  115. "borderStyle": "black",
  116. "backgroundColor": "#ffffff",
  117. "list": [
  118. {
  119. "text": "首页",
  120. "pagePath": "pages/tabbar/home/index",
  121. "iconPath": "static/images/home.png",
  122. "selectedIconPath": "static/images/home-select.png"
  123. },
  124. {
  125. "pagePath": "pages/tabbar/community/index",
  126. "text": "社区",
  127. "iconPath": "static/images/community.png",
  128. "selectedIconPath": "static/images/community-select.png"
  129. },
  130. {
  131. "pagePath": "pages/tabbar/message/index",
  132. "text": "消息",
  133. "iconPath": "static/images/message.png",
  134. "selectedIconPath": "static/images/message-select.png"
  135. },
  136. {
  137. "pagePath": "pages/tabbar/mine/index",
  138. "text": "我的",
  139. "iconPath": "static/images/mine.png",
  140. "selectedIconPath": "static/images/mine-select.png"
  141. }
  142. ]
  143. },
  144. "globalStyle": {
  145. "navigationBarTextStyle": "black",
  146. "navigationBarTitleText": "uni-app",
  147. "navigationBarBackgroundColor": "#F8F8F8",
  148. "backgroundColor": "#F8F8F8"
  149. }
  150. }