pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "pages": [{
  3. "path": "pages/login/index",
  4. "style": {
  5. "navigationBarTitleText": "登录",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/login/forgot",
  11. "style": {
  12. "navigationBarTitleText": "忘记密码",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/home/index",
  18. "style": {
  19. "navigationBarTitleText": "首页",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/home/condition",
  25. "style": {
  26. "navigationBarTitleText": "房情表",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/home/details",
  32. "style": {
  33. "navigationBarTitleText": "",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/login/index",
  39. "style": {
  40. "navigationBarTitleText": "登录",
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "pages/login/select",
  46. "style": {
  47. "navigationBarTitleText": "选择门店",
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/house/index",
  53. "style": {
  54. "navigationBarTitleText": "房态",
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/house/createOrder",
  60. "style": {
  61. "navigationBarTitleText": "新增订单",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/statistics/index",
  67. "style": {
  68. "navigationBarTitleText": "统计",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/my/index",
  74. "style": {
  75. "navigationBarTitleText": "我的",
  76. "navigationStyle": "custom"
  77. }
  78. }
  79. ],
  80. "subPackages": [{
  81. "root": "pagesHouse",
  82. "pages": []
  83. },
  84. {
  85. "root": "pagesMy",
  86. "pages": [{
  87. "path": "orderList/orderList",
  88. "style": {
  89. "navigationBarTitleText": "订单列表",
  90. "enablePullDownRefresh": false,
  91. "navigationBarBackgroundColor": "#fff"
  92. }
  93. }, {
  94. "path": "orderList/alreadyBook",
  95. "style": {
  96. "navigationBarTitleText": "订单详情",
  97. "enablePullDownRefresh": false,
  98. "navigationBarBackgroundColor": "#fff"
  99. }
  100. }, {
  101. "path": "orderList/textMessage",
  102. "style": {
  103. "navigationBarTitleText": "发送短信",
  104. "enablePullDownRefresh": false,
  105. "navigationBarBackgroundColor": "#fff"
  106. }
  107. },
  108. {
  109. "path": "stayInfo/stayInfo",
  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. }