pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. "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/my/my",
  150. "iconPath": "static/images/my.png",
  151. "selectedIconPath": "static/images/my-active.png",
  152. "text": "我的"
  153. }
  154. ]
  155. },
  156. "globalStyle": {
  157. "navigationBarTextStyle": "black",
  158. "navigationBarTitleText": "靖安民宿",
  159. "navigationBarBackgroundColor": "#F8F8F8",
  160. "backgroundColor": "#F8F8F8"
  161. },
  162. "uniIdRouter": {}
  163. }