pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pages/home/home",
  12. "style": {
  13. "navigationBarTitleText": "靖安乡村民宿",
  14. "enablePullDownRefresh": true
  15. }
  16. }, {
  17. "path": "pages/my/my",
  18. "style": {
  19. "navigationBarTitleText": "我的",
  20. "enablePullDownRefresh": false,
  21. "navigationStyle": "custom"
  22. }
  23. }, {
  24. "path": "pages/set/set",
  25. "style": {
  26. "navigationBarTitleText": "设置",
  27. "enablePullDownRefresh": false
  28. }
  29. }, {
  30. "path": "pages/common/common",
  31. "style": {
  32. "navigationBarTitleText": "常用旅客",
  33. "enablePullDownRefresh": false
  34. }
  35. }, {
  36. "path": "pages/addOrEdit/addOrEdit",
  37. "style": {
  38. "navigationBarTitleText": "添加旅客",
  39. "enablePullDownRefresh": false
  40. }
  41. }, {
  42. "path": "pages/orderManage/orderManage",
  43. "style": {
  44. "navigationBarTitleText": "订单",
  45. "enablePullDownRefresh": true
  46. }
  47. }, {
  48. "path": "pages/detail/detail",
  49. "style": {
  50. "navigationBarTitleText": "乡村民宿详情",
  51. "enablePullDownRefresh": false
  52. }
  53. }, {
  54. "path": "pages/detailInfo/detailInfo",
  55. "style": {
  56. "navigationBarTitleText": "设施详情",
  57. "enablePullDownRefresh": false,
  58. "navigationStyle": "custom"
  59. }
  60. }, {
  61. "path": "pages/pay/pay",
  62. "style": {
  63. "navigationBarTitleText": "支付订单",
  64. "enablePullDownRefresh": false
  65. }
  66. }, {
  67. "path": "pages/affirmOrder/affirmOrder",
  68. "style": {
  69. "navigationBarTitleText": "填写订单",
  70. "enablePullDownRefresh": false,
  71. "navigationStyle": "custom"
  72. }
  73. }, {
  74. "path": "pages/orderDetail/orderDetail",
  75. "style": {
  76. "navigationBarTitleText": "订单详情",
  77. "enablePullDownRefresh": false,
  78. "navigationStyle": "custom"
  79. }
  80. }, {
  81. "path": "pages/payStatus/payStatus",
  82. "style": {
  83. "navigationBarTitleText": "支付订单",
  84. "enablePullDownRefresh": false
  85. }
  86. }, {
  87. "path": "pages/login/login",
  88. "style": {
  89. "navigationBarTitleText": "",
  90. "enablePullDownRefresh": false
  91. }
  92. }, {
  93. "path": "pages/shop/shop",
  94. "style": {
  95. "navigationBarTitleText": "我是商户",
  96. "enablePullDownRefresh": false
  97. }
  98. }, {
  99. "path": "pages/binding/binding",
  100. "style": {
  101. "navigationBarTitleText": "账户绑定",
  102. "enablePullDownRefresh": false
  103. }
  104. }, {
  105. "path": "pages/shopInfo/shopInfo",
  106. "style": {
  107. "navigationBarTitleText": "我是商户",
  108. "enablePullDownRefresh": false
  109. }
  110. }, {
  111. "path": "pages/push/push",
  112. "style": {
  113. "navigationBarTitleText": "订单详情",
  114. "enablePullDownRefresh": false,
  115. "navigationStyle": "custom"
  116. }
  117. }, {
  118. "path": "pages/shop2/shop2",
  119. "style": {
  120. "navigationBarTitleText": "我是业主",
  121. "enablePullDownRefresh": false
  122. }
  123. }, {
  124. "path": "pages/authorization/authorization",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "enablePullDownRefresh": false
  128. }
  129. }, {
  130. "path": "pages/web/web",
  131. "style": {
  132. "navigationBarTitleText": "数据中台",
  133. "enablePullDownRefresh": false
  134. }
  135. },
  136. {
  137. "path": "pages/setMeal/setMeal",
  138. "style": {
  139. "navigationBarTitleText": "精品套餐",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path": "pages/search/search",
  145. "style": {
  146. "navigationBarTitleText": "服务",
  147. "enablePullDownRefresh": false
  148. }
  149. }
  150. ],
  151. "tabBar": {
  152. "color": "#A6A6A6",
  153. "selectedColor": "#096562",
  154. "borderStyle": "black",
  155. "backgroundColor": "#ffffff",
  156. "list": [{
  157. "pagePath": "pages/home/home",
  158. "iconPath": "static/images/index.png",
  159. "selectedIconPath": "static/images/index-active.png",
  160. "text": "首页"
  161. },
  162. {
  163. "pagePath": "pages/setMeal/setMeal",
  164. "iconPath": "static/images/setMeal.png",
  165. "selectedIconPath": "static/images/setMeal-active.png",
  166. "text": "套餐"
  167. },
  168. {
  169. "pagePath": "pages/search/search",
  170. "iconPath": "static/images/search.png",
  171. "selectedIconPath": "static/images/search-active.png",
  172. "text": "服务"
  173. },
  174. {
  175. "pagePath": "pages/my/my",
  176. "iconPath": "static/images/my.png",
  177. "selectedIconPath": "static/images/my-active.png",
  178. "text": "我的"
  179. }
  180. ]
  181. },
  182. "globalStyle": {
  183. "navigationBarTextStyle": "black",
  184. "navigationBarTitleText": "靖安民宿",
  185. "navigationBarBackgroundColor": "#F8F8F8",
  186. "backgroundColor": "#F8F8F8"
  187. },
  188. "uniIdRouter": {}
  189. }