pages.json 2.7 KB

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