pages.json 3.9 KB

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