pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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/index",
  40. "style": {
  41. "navigationBarTitleText": "登录",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/login/select",
  47. "style": {
  48. "navigationBarTitleText": "选择门店",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/house/index",
  54. "style": {
  55. "navigationBarTitleText": "房态",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/house/createOrder",
  61. "style": {
  62. "navigationBarTitleText": "新增订单",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/house/orderInfo",
  68. "style": {
  69. "navigationBarTitleText": "订单详情",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/house/stayCheck",
  75. "style": {
  76. "navigationBarTitleText": "入住登记",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/statistics/index",
  82. "style": {
  83. "navigationBarTitleText": "统计",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/my/index",
  89. "style": {
  90. "navigationBarTitleText": "我的",
  91. "navigationStyle": "custom"
  92. }
  93. }
  94. ],
  95. "subPackages": [{
  96. "root": "pagesHouse",
  97. "pages": []
  98. },
  99. {
  100. "root": "pagesMy",
  101. "pages": [{
  102. "path": "orderList/orderList",
  103. "style": {
  104. "navigationBarTitleText": "订单列表",
  105. "enablePullDownRefresh": false,
  106. "navigationBarBackgroundColor": "#fff"
  107. }
  108. }, {
  109. "path": "orderList/alreadyBook",
  110. "style": {
  111. "navigationBarTitleText": "订单详情",
  112. "enablePullDownRefresh": false,
  113. "navigationBarBackgroundColor": "#fff"
  114. }
  115. }, {
  116. "path": "orderList/textMessage",
  117. "style": {
  118. "navigationBarTitleText": "发送短信",
  119. "enablePullDownRefresh": false,
  120. "navigationBarBackgroundColor": "#fff"
  121. }
  122. },
  123. {
  124. "path": "stayInfo/stayInfo",
  125. "style": {
  126. "navigationBarTitleText": "酒店民宿信息 ",
  127. "enablePullDownRefresh": false
  128. }
  129. }
  130. ]
  131. }
  132. ],
  133. "globalStyle": {
  134. "navigationBarTextStyle": "black",
  135. "navigationBarTitleText": "酒店民宿商家端",
  136. "navigationBarBackgroundColor": "#F8F8F8",
  137. "backgroundColor": "#F8F8F8"
  138. },
  139. "uniIdRouter": {},
  140. "permission": {
  141. "scope.userLocation": {
  142. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  143. }
  144. }
  145. }