pages.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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/house/index",
  25. "style": {
  26. "navigationBarTitleText": "房态",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/statistics/index",
  32. "style": {
  33. "navigationBarTitleText": "统计",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/my/index",
  39. "style": {
  40. "navigationBarTitleText": "我的",
  41. "navigationStyle": "custom"
  42. }
  43. }
  44. ],
  45. "subPackages": [{
  46. "root": "pagesHouse",
  47. "pages": []
  48. },
  49. {
  50. "root": "pagesMy",
  51. "pages": [{
  52. "path": "orderList/orderList",
  53. "style": {
  54. "navigationBarTitleText": "订单列表",
  55. "enablePullDownRefresh": false,
  56. "navigationBarBackgroundColor": "#fff"
  57. }
  58. }, {
  59. "path": "orderList/alreadyBook",
  60. "style": {
  61. "navigationBarTitleText": "订单详情",
  62. "enablePullDownRefresh": false,
  63. "navigationBarBackgroundColor": "#fff"
  64. }
  65. }, {
  66. "path": "orderList/textMessage",
  67. "style": {
  68. "navigationBarTitleText": "发送短信",
  69. "enablePullDownRefresh": false,
  70. "navigationBarBackgroundColor": "#fff"
  71. }
  72. },
  73. {
  74. "path": "stayInfo/stayInfo",
  75. "style": {
  76. "navigationBarTitleText": "酒店民宿信息 ",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ]
  81. }
  82. ],
  83. "globalStyle": {
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText": "酒店民宿商家端",
  86. "navigationBarBackgroundColor": "#F8F8F8",
  87. "backgroundColor": "#F8F8F8"
  88. },
  89. "uniIdRouter": {},
  90. "permission": {
  91. "scope.userLocation": {
  92. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  93. }
  94. }
  95. }