pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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/statistics/index",
  90. "style": {
  91. "navigationBarTitleText": "统计",
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/my/index",
  97. "style": {
  98. "navigationBarTitleText": "我的",
  99. "navigationStyle": "custom"
  100. }
  101. }
  102. ],
  103. "subPackages": [{
  104. "root": "pagesHouse",
  105. "pages": []
  106. },
  107. {
  108. "root": "pagesMy",
  109. "pages": [{
  110. "path": "orderList/orderList",
  111. "style": {
  112. "navigationBarTitleText": "订单列表",
  113. "enablePullDownRefresh": false,
  114. "navigationBarBackgroundColor": "#fff"
  115. }
  116. }, {
  117. "path": "orderList/alreadyBook",
  118. "style": {
  119. "navigationBarTitleText": "订单详情",
  120. "enablePullDownRefresh": false,
  121. "navigationBarBackgroundColor": "#fff"
  122. }
  123. }, {
  124. "path": "orderList/textMessage",
  125. "style": {
  126. "navigationBarTitleText": "发送短信",
  127. "enablePullDownRefresh": false,
  128. "navigationBarBackgroundColor": "#fff"
  129. }
  130. },
  131. {
  132. "path": "stayInfo/stayInfo",
  133. "style": {
  134. "navigationBarTitleText": "酒店民宿信息 ",
  135. "enablePullDownRefresh": false
  136. }
  137. }, {
  138. "path": "stayInfo/roomPosition",
  139. "style": {
  140. "navigationBarTitleText": "位置定位 ",
  141. "enablePullDownRefresh": false
  142. }
  143. }
  144. ]
  145. }
  146. ],
  147. "globalStyle": {
  148. "navigationBarTextStyle": "black",
  149. "navigationBarTitleText": "酒店民宿商家端",
  150. "navigationBarBackgroundColor": "#F8F8F8",
  151. "backgroundColor": "#F8F8F8"
  152. },
  153. "uniIdRouter": {},
  154. "permission": {
  155. "scope.userLocation": {
  156. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  157. }
  158. }
  159. }