pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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/shouquan/shouquan",
  100. "style": {
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. }, {
  105. "path": "pages/login/login",
  106. "style": {
  107. "navigationBarTitleText": "",
  108. "enablePullDownRefresh": false
  109. }
  110. }, {
  111. "path": "pages/shop/shop",
  112. "style": {
  113. "navigationBarTitleText": "我是商户",
  114. "enablePullDownRefresh": false
  115. }
  116. }, {
  117. "path": "pages/binding/binding",
  118. "style": {
  119. "navigationBarTitleText": "账户绑定",
  120. "enablePullDownRefresh": false
  121. }
  122. }, {
  123. "path": "pages/shopInfo/shopInfo",
  124. "style": {
  125. "navigationBarTitleText": "我是商户",
  126. "enablePullDownRefresh": false
  127. }
  128. }, {
  129. "path": "pages/push/push",
  130. "style": {
  131. "navigationBarTitleText": "订单详情",
  132. "enablePullDownRefresh": false,
  133. "navigationStyle": "custom"
  134. }
  135. }, {
  136. "path": "pages/shop2/shop2",
  137. "style": {
  138. "navigationBarTitleText": "我是业主",
  139. "enablePullDownRefresh": false
  140. }
  141. }
  142. ],
  143. "tabBar": {
  144. "color": "#A6A6A6",
  145. "selectedColor": "#096562",
  146. "borderStyle": "black",
  147. "backgroundColor": "#ffffff",
  148. "list": [{
  149. "pagePath": "pages/home/home",
  150. "iconPath": "static/images/index.png",
  151. "selectedIconPath": "static/images/index-active.png",
  152. "text": "首页"
  153. },
  154. // {
  155. // "pagePath": "pages/setMeal/setMeal",
  156. // "iconPath": "static/images/setMeal.png",
  157. // "selectedIconPath": "static/images/setMeal-active.png",
  158. // "text": "套餐"
  159. // },
  160. // {
  161. // "pagePath": "pages/search/search",
  162. // "iconPath": "static/images/search.png",
  163. // "selectedIconPath": "static/images/search-active.png",
  164. // "text": "服务"
  165. // },
  166. {
  167. "pagePath": "pages/my/my",
  168. "iconPath": "static/images/my.png",
  169. "selectedIconPath": "static/images/my-active.png",
  170. "text": "我的"
  171. }
  172. ]
  173. },
  174. "globalStyle": {
  175. "navigationBarTextStyle": "black",
  176. "navigationBarTitleText": "靖安民宿",
  177. "navigationBarBackgroundColor": "#F8F8F8",
  178. "backgroundColor": "#F8F8F8"
  179. },
  180. "uniIdRouter": {}
  181. }