pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. {
  2. "pages": [
  3. //首页
  4. {
  5. "path": "pages/home/index",
  6. "style": {
  7. "navigationBarTitleText": "首页",
  8. "navigationStyle": "custom",
  9. "enablePullDownRefresh": true
  10. }
  11. },
  12. {
  13. "path": "pages/home/condition",
  14. "style": {
  15. "navigationBarTitleText": "房情表",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/home/details",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. // 登录
  27. {
  28. "path": "pages/login/index",
  29. "style": {
  30. "navigationBarTitleText": "登录",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/login/forgot",
  36. "style": {
  37. "navigationBarTitleText": "忘记密码",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/login/select",
  43. "style": {
  44. "navigationBarTitleText": "选择门店",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. //房态
  49. {
  50. "path": "pages/house/index",
  51. "style": {
  52. "navigationBarTitleText": "房态",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/house/createOrder",
  58. "style": {
  59. "navigationBarTitleText": "新增订单",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/house/breast",
  65. "style": {
  66. "navigationBarTitleText": "添加早餐",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/house/payAdd",
  72. "style": {
  73. "navigationBarTitleText": "添加收款",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/house/orderInfo",
  79. "style": {
  80. "navigationBarTitleText": "订单详情",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/house/stayCheck",
  86. "style": {
  87. "navigationBarTitleText": "入住登记",
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/my/houseList",
  93. "style": {
  94. "navigationBarTitleText": "房型选择",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/statistics/index",
  100. "style": {
  101. "navigationBarTitleText": "统计",
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/my/index",
  107. "style": {
  108. "navigationBarTitleText": "我的",
  109. "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "pages/my/roomType",
  114. "style": {
  115. "navigationBarTitleText": "房间列表",
  116. "navigationStyle": "custom"
  117. }
  118. }
  119. ],
  120. "subPackages": [{
  121. "root": "pagesHouse",
  122. "pages": []
  123. },
  124. {
  125. "root": "pagesMy",
  126. "pages": [{
  127. "path": "orderList/orderList",
  128. "style": {
  129. "navigationBarTitleText": "订单列表",
  130. "enablePullDownRefresh": false,
  131. "navigationBarBackgroundColor": "#fff"
  132. }
  133. }, {
  134. "path": "orderList/alreadyBook",
  135. "style": {
  136. "navigationBarTitleText": "订单详情",
  137. "enablePullDownRefresh": false,
  138. "navigationBarBackgroundColor": "#fff"
  139. }
  140. }, {
  141. "path": "orderList/textMessage",
  142. "style": {
  143. "navigationBarTitleText": "发送短信",
  144. "enablePullDownRefresh": false,
  145. "navigationBarBackgroundColor": "#fff"
  146. }
  147. },
  148. {
  149. "path": "stayInfo/stayInfo",
  150. "style": {
  151. "navigationBarTitleText": "酒店民宿信息 ",
  152. "enablePullDownRefresh": false
  153. }
  154. }, {
  155. "path": "stayInfo/roomPosition",
  156. "style": {
  157. "navigationBarTitleText": "位置定位 ",
  158. "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path": "code/index",
  163. "style": {
  164. "navigationStyle": "custom"
  165. }
  166. }
  167. ]
  168. }
  169. ],
  170. "globalStyle": {
  171. "navigationBarTextStyle": "black",
  172. "navigationBarTitleText": "酒店民宿商家端",
  173. "navigationBarBackgroundColor": "#F8F8F8",
  174. "backgroundColor": "#F8F8F8"
  175. },
  176. "uniIdRouter": {},
  177. "permission": {
  178. "scope.userLocation": {
  179. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  180. }
  181. }
  182. }