pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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/search/search",
  25. "style": {
  26. "navigationBarTitleText": "服务大厅",
  27. "enablePullDownRefresh": false
  28. }
  29. }, {
  30. "path": "pages/setMeal/setMeal",
  31. "style": {
  32. "navigationBarTitleText": "精品套餐",
  33. "enablePullDownRefresh": false
  34. }
  35. }, {
  36. "path": "pages/set/set",
  37. "style": {
  38. "navigationBarTitleText": "设置",
  39. "enablePullDownRefresh": false
  40. }
  41. }, {
  42. "path": "pages/common/common",
  43. "style": {
  44. "navigationBarTitleText": "常用旅客",
  45. "enablePullDownRefresh": false
  46. }
  47. }, {
  48. "path": "pages/addOrEdit/addOrEdit",
  49. "style": {
  50. "navigationBarTitleText": "添加旅客",
  51. "enablePullDownRefresh": false
  52. }
  53. }, {
  54. "path": "pages/orderManage/orderManage",
  55. "style": {
  56. "navigationBarTitleText": "订单",
  57. "enablePullDownRefresh": true
  58. }
  59. }, {
  60. "path": "pages/detail/detail",
  61. "style": {
  62. "navigationBarTitleText": "民宿详情",
  63. "enablePullDownRefresh": false
  64. }
  65. }, {
  66. "path": "pages/detailInfo/detailInfo",
  67. "style": {
  68. "navigationBarTitleText": "设施详情",
  69. "enablePullDownRefresh": false,
  70. "navigationStyle": "custom"
  71. }
  72. }, {
  73. "path": "pages/pay/pay",
  74. "style": {
  75. "navigationBarTitleText": "支付订单",
  76. "enablePullDownRefresh": false
  77. }
  78. }, {
  79. "path": "pages/affirmOrder/affirmOrder",
  80. "style": {
  81. "navigationBarTitleText": "民宿名称",
  82. "enablePullDownRefresh": false,
  83. "navigationStyle": "custom"
  84. }
  85. }, {
  86. "path": "pages/orderDetail/orderDetail",
  87. "style": {
  88. "navigationBarTitleText": "订单详情",
  89. "enablePullDownRefresh": false,
  90. "navigationStyle": "custom"
  91. }
  92. }, {
  93. "path": "pages/payStatus/payStatus",
  94. "style": {
  95. "navigationBarTitleText": "支付订单",
  96. "enablePullDownRefresh": false
  97. }
  98. }, {
  99. "path": "pages/login/login",
  100. "style": {
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. }, {
  105. "path": "pages/shop/shop",
  106. "style": {
  107. "navigationBarTitleText": "我是商户",
  108. "enablePullDownRefresh": false
  109. }
  110. }, {
  111. "path": "pages/binding/binding",
  112. "style": {
  113. "navigationBarTitleText": "账户绑定",
  114. "enablePullDownRefresh": false
  115. }
  116. }, {
  117. "path": "pages/shopInfo/shopInfo",
  118. "style": {
  119. "navigationBarTitleText": "我是商户",
  120. "enablePullDownRefresh": false
  121. }
  122. }, {
  123. "path": "pages/push/push",
  124. "style": {
  125. "navigationBarTitleText": "订单详情",
  126. "enablePullDownRefresh": false,
  127. "navigationStyle": "custom"
  128. }
  129. }, {
  130. "path": "pages/shop2/shop2",
  131. "style": {
  132. "navigationBarTitleText": "我是业主",
  133. "enablePullDownRefresh": false
  134. }
  135. }
  136. ],
  137. "tabBar": {
  138. "color": "#A6A6A6",
  139. "selectedColor": "#096562",
  140. "borderStyle": "black",
  141. "backgroundColor": "#ffffff",
  142. "list": [{
  143. "pagePath": "pages/home/home",
  144. "iconPath": "static/images/index.png",
  145. "selectedIconPath": "static/images/index-active.png",
  146. "text": "首页"
  147. },
  148. // {
  149. // "pagePath": "pages/setMeal/setMeal",
  150. // "iconPath": "static/images/setMeal.png",
  151. // "selectedIconPath": "static/images/setMeal-active.png",
  152. // "text": "套餐"
  153. // },
  154. // {
  155. // "pagePath": "pages/search/search",
  156. // "iconPath": "static/images/search.png",
  157. // "selectedIconPath": "static/images/search-active.png",
  158. // "text": "服务"
  159. // },
  160. {
  161. "pagePath": "pages/my/my",
  162. "iconPath": "static/images/my.png",
  163. "selectedIconPath": "static/images/my-active.png",
  164. "text": "我的"
  165. }
  166. ]
  167. },
  168. "globalStyle": {
  169. "navigationBarTextStyle": "black",
  170. "navigationBarTitleText": "靖安民宿",
  171. "navigationBarBackgroundColor": "#F8F8F8",
  172. "backgroundColor": "#F8F8F8"
  173. },
  174. "uniIdRouter": {}
  175. }