pages.json 2.5 KB

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