pages.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "pages": [
  3. //登录
  4. {
  5. "path": "pages/login/index",
  6. "style": {
  7. "navigationBarTitleText": "登录",
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/login/forgot",
  13. "style": {
  14. "navigationBarTitleText": "忘记密码",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. //首页
  19. {
  20. "path": "pages/home/index",
  21. "style": {
  22. "navigationBarTitleText": "首页",
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/home/condition",
  28. "style": {
  29. "navigationBarTitleText": "房情表",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/home/details",
  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. {
  50. "path": "pages/statistics/index",
  51. "style": {
  52. "navigationBarTitleText": "统计",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. //我的
  57. {
  58. "path": "pages/my/index",
  59. "style": {
  60. "navigationBarTitleText": "我的",
  61. "navigationStyle": "custom"
  62. }
  63. }
  64. ],
  65. "subPackages": [
  66. {
  67. "root": "pagesHouse",
  68. "pages": []
  69. },
  70. {
  71. "root": "pagesMy",
  72. "pages": []
  73. }
  74. ],
  75. "globalStyle": {
  76. "navigationBarTextStyle": "black",
  77. "navigationBarTitleText": "酒店民宿商家端",
  78. "navigationBarBackgroundColor": "#F8F8F8",
  79. "backgroundColor": "#F8F8F8"
  80. },
  81. "uniIdRouter": {},
  82. "permission": {
  83. "scope.userLocation": {
  84. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  85. }
  86. }
  87. }