pages.json 3.6 KB

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