pages.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/forgot",
  12. "style": {
  13. "navigationBarTitleText": "忘记密码",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/home/index",
  19. "style": {
  20. "navigationBarTitleText": "首页",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/house/index",
  26. "style": {
  27. "navigationBarTitleText": "房态",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/statistics/index",
  33. "style": {
  34. "navigationBarTitleText": "统计",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/my/index",
  40. "style": {
  41. "navigationBarTitleText": "我的",
  42. "navigationStyle": "custom"
  43. }
  44. }
  45. ],
  46. "subPackages": [
  47. {
  48. "root": "pagesHouse",
  49. "pages": []
  50. },
  51. {
  52. "root": "pagesMy",
  53. "pages": []
  54. }
  55. ],
  56. "globalStyle": {
  57. "navigationBarTextStyle": "black",
  58. "navigationBarTitleText": "酒店民宿商家端",
  59. "navigationBarBackgroundColor": "#F8F8F8",
  60. "backgroundColor": "#F8F8F8"
  61. },
  62. "uniIdRouter": {},
  63. "permission": {
  64. "scope.userLocation": {
  65. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  66. }
  67. }
  68. }