pages.json 3.6 KB

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