租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
2.7 KiB

6 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": "租房"
  7. }
  8. },
  9. {
  10. "path": "pages/auth/index",
  11. "style": {
  12. "navigationBarTitleText": "微信登录",
  13. "navigationStyle":"custom"
  14. }
  15. },
  16. {
  17. "path": "pages/login/index",
  18. "style": {
  19. "navigationStyle":"custom"
  20. }
  21. },
  22. {
  23. "path": "pages/discover/index",
  24. "style": {
  25. "navigationBarTitleText": "发现"
  26. }
  27. },
  28. {
  29. "path": "pages/user/index",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "navigationStyle":"default",
  33. "navigationBarBackgroundColor": "#1EC77A",
  34. "navigationBarTextStyle": "white"
  35. }
  36. },
  37. {
  38. "path": "pages/message/index",
  39. "style": {
  40. "navigationBarTitleText": "消息"
  41. }
  42. },
  43. {
  44. "path": "pages/apply/index",
  45. "style": {
  46. "navigationBarTitleText": "申请"
  47. }
  48. }
  49. ],
  50. "subPackages": [
  51. {
  52. "root": "pages_subpack",
  53. "pages": [
  54. {
  55. "path": "category/index",
  56. "style": {
  57. "navigationBarTitleText": "分类"
  58. }
  59. },
  60. {
  61. "path": "detail/index",
  62. "style": {
  63. "navigationBarTitleText": "详情"
  64. }
  65. },
  66. {
  67. "path": "release/index",
  68. "style": {
  69. "navigationBarTitleText": "发布"
  70. }
  71. },
  72. {
  73. "path": "broker/index",
  74. "style": {
  75. "navigationBarTitleText": "经纪人"
  76. }
  77. },
  78. {
  79. "path": "homeowner/index",
  80. "style": {
  81. "navigationBarTitleText": "房东"
  82. }
  83. },
  84. {
  85. "path": "success/index",
  86. "style": {
  87. "navigationBarTitleText": "登录成功"
  88. }
  89. },
  90. {
  91. "path": "house/index",
  92. "style": {
  93. "navigationBarTitleText": "房屋发布"
  94. }
  95. },
  96. {
  97. "path": "realname/index",
  98. "style": {
  99. "navigationBarTitleText": "实名认证"
  100. }
  101. },
  102. {
  103. "path": "successful/index",
  104. "style": {
  105. "navigationBarTitleText": "申请成功"
  106. }
  107. }
  108. ]
  109. }
  110. ],
  111. "globalStyle": {
  112. "navigationBarTextStyle": "white",
  113. "navigationBarTitleText": "租房",
  114. "navigationBarBackgroundColor": "#1EC77A",
  115. "backgroundColor": "#1EC77A"
  116. },
  117. "tabBar": {
  118. "color": "#666666",
  119. "selectedColor": "#1EC77A",
  120. "backgroundColor": "#ffffff",
  121. "list": [
  122. {
  123. "pagePath": "pages/home/index",
  124. "iconPath": "static/bar/home.png",
  125. "selectedIconPath": "static/bar/home_selected.png",
  126. "text": "首页"
  127. }, {
  128. "pagePath": "pages/discover/index",
  129. "iconPath": "static/bar/find.png",
  130. "selectedIconPath": "static/bar/find_selected.png",
  131. "text": "发现"
  132. }, {
  133. "pagePath": "pages/user/index",
  134. "iconPath": "static/bar/user.png",
  135. "selectedIconPath": "static/bar/user_selected.png",
  136. "text": "我的"
  137. }
  138. ]
  139. },
  140. "uniIdRouter": {}
  141. }