pages.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "pages": [
  3. //首页
  4. {
  5. "path": "pages/home/index",
  6. "style": {
  7. "navigationBarTitleText": "首页",
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/home/condition",
  13. "style": {
  14. "navigationBarTitleText": "房情表",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/home/details",
  20. "style": {
  21. "navigationBarTitleText": "",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. //登录
  26. {
  27. "path": "pages/login/index",
  28. "style": {
  29. "navigationBarTitleText": "登录",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/login/select",
  35. "style": {
  36. "navigationBarTitleText": "选择门店",
  37. "navigationStyle": "custom"
  38. }
  39. },
  40. //房态
  41. {
  42. "path": "pages/house/index",
  43. "style": {
  44. "navigationBarTitleText": "房态",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/house/createOrder",
  50. "style": {
  51. "navigationBarTitleText": "新增订单",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. //统计
  56. {
  57. "path": "pages/statistics/index",
  58. "style": {
  59. "navigationBarTitleText": "统计",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. //我的
  64. {
  65. "path": "pages/my/index",
  66. "style": {
  67. "navigationBarTitleText": "我的",
  68. "navigationStyle": "custom"
  69. }
  70. }
  71. ],
  72. "subPackages": [
  73. {
  74. "root": "pagesHouse",
  75. "pages": []
  76. },
  77. {
  78. "root": "pagesMy",
  79. "pages": []
  80. }
  81. ],
  82. "globalStyle": {
  83. "navigationBarTextStyle": "black",
  84. "navigationBarTitleText": "酒店民宿商家端",
  85. "navigationBarBackgroundColor": "#F8F8F8",
  86. "backgroundColor": "#F8F8F8"
  87. },
  88. "uniIdRouter": {},
  89. "permission": {
  90. "scope.userLocation": {
  91. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  92. }
  93. }
  94. }