pages.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/home/home",
  5. "style": {
  6. "navigationBarTitleText": "靖安人家乡村民宿",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "靖安人家乡村民宿",
  14. "enablePullDownRefresh": false
  15. }
  16. },
  17. {
  18. "path": "pages/my/my",
  19. "style": {
  20. "navigationBarTitleText": "我的",
  21. "enablePullDownRefresh": false,
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/set/set",
  26. "style": {
  27. "navigationBarTitleText": "设置",
  28. "enablePullDownRefresh": false
  29. }
  30. }, {
  31. "path": "pages/common/common",
  32. "style": {
  33. "navigationBarTitleText": "常用旅客",
  34. "enablePullDownRefresh": false
  35. }
  36. }, {
  37. "path": "pages/addOrEdit/addOrEdit",
  38. "style": {
  39. "navigationBarTitleText": "添加旅客",
  40. "enablePullDownRefresh": false
  41. }
  42. }, {
  43. "path": "pages/orderManage/orderManage",
  44. "style": {
  45. "navigationBarTitleText": "订单",
  46. "enablePullDownRefresh": true
  47. }
  48. }, {
  49. "path": "pages/detail/detail",
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "enablePullDownRefresh": false
  53. }
  54. }, {
  55. "path": "pages/detailInfo/detailInfo",
  56. "style": {
  57. "navigationBarTitleText": "设施详情",
  58. "enablePullDownRefresh": false,
  59. "navigationStyle": "custom"
  60. }
  61. }, {
  62. "path": "pages/pay/pay",
  63. "style": {
  64. "navigationBarTitleText": "支付订单",
  65. "enablePullDownRefresh": false
  66. }
  67. }, {
  68. "path": "pages/affirmOrder/affirmOrder",
  69. "style": {
  70. "navigationBarTitleText": "填写订单",
  71. "enablePullDownRefresh": false,
  72. "navigationStyle": "custom"
  73. }
  74. }, {
  75. "path": "pages/orderDetail/orderDetail",
  76. "style": {
  77. "navigationBarTitleText": "订单详情",
  78. "enablePullDownRefresh": false,
  79. "navigationStyle": "custom"
  80. }
  81. }, {
  82. "path": "pages/payStatus/payStatus",
  83. "style": {
  84. "navigationBarTitleText": "支付订单",
  85. "enablePullDownRefresh": false
  86. }
  87. }, {
  88. "path": "pages/login/login",
  89. "style": {
  90. "navigationBarTitleText": "",
  91. "enablePullDownRefresh": false
  92. }
  93. }, {
  94. "path": "pages/shop/shop",
  95. "style": {
  96. "navigationBarTitleText": "我是商户",
  97. "enablePullDownRefresh": false
  98. }
  99. }, {
  100. "path": "pages/binding/binding",
  101. "style": {
  102. "navigationBarTitleText": "账户绑定",
  103. "enablePullDownRefresh": false
  104. }
  105. }, {
  106. "path": "pages/shopInfo/shopInfo",
  107. "style": {
  108. "navigationBarTitleText": "我是商户",
  109. "enablePullDownRefresh": false
  110. }
  111. }, {
  112. "path": "pages/push/push",
  113. "style": {
  114. "navigationBarTitleText": "订单详情",
  115. "enablePullDownRefresh": false,
  116. "navigationStyle": "custom"
  117. }
  118. }, {
  119. "path": "pages/shop2/shop2",
  120. "style": {
  121. "navigationBarTitleText": "我是业主",
  122. "enablePullDownRefresh": false
  123. }
  124. }, {
  125. "path": "pages/authorization/authorization",
  126. "style": {
  127. "navigationBarTitleText": "",
  128. "enablePullDownRefresh": false
  129. }
  130. }, {
  131. "path": "pages/web/web",
  132. "style": {
  133. "navigationBarTitleText": "",
  134. "enablePullDownRefresh": false,
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "pages/setMeal/setMeal",
  140. "style": {
  141. "navigationBarTitleText": "精品套餐",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "pages/search/search",
  147. "style": {
  148. "navigationBarTitleText": "服务",
  149. "enablePullDownRefresh": false
  150. }
  151. }, {
  152. "path": "pages/coupon/coupon",
  153. "style": {
  154. "navigationBarTitleText": "优惠券",
  155. "enablePullDownRefresh": false
  156. }
  157. }, {
  158. "path": "pages/appraise/appraise",
  159. "style": {
  160. "navigationBarTitleText": "全部评价",
  161. "enablePullDownRefresh": false
  162. }
  163. }, {
  164. "path": "pages/appraiseDetail/appraiseDetail",
  165. "style": {
  166. "navigationBarTitleText": "评价详情",
  167. "enablePullDownRefresh": false
  168. }
  169. }, {
  170. "path": "pages/myEvaluate/myEvaluate",
  171. "style": {
  172. "navigationBarTitleText": "我的评价",
  173. "enablePullDownRefresh": false
  174. }
  175. }, {
  176. "path": "pages/collect/collect",
  177. "style": {
  178. "navigationBarTitleText": "收藏/住过",
  179. "enablePullDownRefresh": false
  180. }
  181. }, {
  182. "path": "pages/myCoupon/myCoupon",
  183. "style": {
  184. "navigationBarTitleText": "我的卡券",
  185. "enablePullDownRefresh": false
  186. }
  187. }, {
  188. "path": "pages/couponCenter/couponCenter",
  189. "style": {
  190. "navigationBarTitleText": "领券中心",
  191. "enablePullDownRefresh": false
  192. }
  193. }, {
  194. "path": "pages/myComplaint/myComplaint",
  195. "style": {
  196. "navigationBarTitleText": "投诉进度",
  197. "enablePullDownRefresh": false
  198. }
  199. }, {
  200. "path": "pages/complaintProgress/complaintProgress",
  201. "style": {
  202. "navigationBarTitleText": "进度详情",
  203. "enablePullDownRefresh": false
  204. }
  205. }
  206. ],
  207. "tabBar": {
  208. "color": "#A6A6A6",
  209. "selectedColor": "#096562",
  210. "borderStyle": "black",
  211. "backgroundColor": "#ffffff",
  212. "list": [{
  213. "pagePath": "pages/home/home",
  214. "iconPath": "static/images/index.png",
  215. "selectedIconPath": "static/images/index-active.png",
  216. "text": "首页"
  217. },
  218. // {
  219. // "pagePath": "pages/setMeal/setMeal",
  220. // "iconPath": "static/images/setMeal.png",
  221. // "selectedIconPath": "static/images/setMeal-active.png",
  222. // "text": "套餐"
  223. // },
  224. // {
  225. // "pagePath": "pages/search/search",
  226. // "iconPath": "static/images/search.png",
  227. // "selectedIconPath": "static/images/search-active.png",
  228. // "text": "服务"
  229. // },
  230. {
  231. "pagePath": "pages/my/my",
  232. "iconPath": "static/images/my.png",
  233. "selectedIconPath": "static/images/my-active.png",
  234. "text": "我的"
  235. }
  236. ]
  237. },
  238. "globalStyle": {
  239. "navigationBarTextStyle": "black",
  240. "navigationBarTitleText": "靖安民宿",
  241. "navigationBarBackgroundColor": "#F8F8F8",
  242. "backgroundColor": "#F8F8F8"
  243. },
  244. "uniIdRouter": {}
  245. }