租房小程序前端代码
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.

59 lines
1.4 KiB

6 months ago
6 months ago
6 months ago
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/auth/index",
  5. "pages/login/index",
  6. "pages/discover/index",
  7. "pages/user/index",
  8. "pages/message/index",
  9. "pages/apply/index"
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pages_subpack",
  14. "pages": [
  15. "category/index",
  16. "detail/index",
  17. "release/index",
  18. "broker/index",
  19. "homeowner/index",
  20. "success/index",
  21. "house/index",
  22. "realname/index",
  23. "successful/index",
  24. "broker-apply/index"
  25. ]
  26. }
  27. ],
  28. "window": {
  29. "navigationBarTextStyle": "white",
  30. "navigationBarTitleText": "租房",
  31. "navigationBarBackgroundColor": "#1EC77A",
  32. "backgroundColor": "#1EC77A"
  33. },
  34. "tabBar": {
  35. "color": "#666666",
  36. "selectedColor": "#1EC77A",
  37. "backgroundColor": "#ffffff",
  38. "list": [
  39. {
  40. "pagePath": "pages/home/index",
  41. "iconPath": "static/bar/home.png",
  42. "selectedIconPath": "static/bar/home_selected.png",
  43. "text": "首页"
  44. },
  45. {
  46. "pagePath": "pages/discover/index",
  47. "iconPath": "static/bar/find.png",
  48. "selectedIconPath": "static/bar/find_selected.png",
  49. "text": "发现"
  50. },
  51. {
  52. "pagePath": "pages/user/index",
  53. "iconPath": "static/bar/user.png",
  54. "selectedIconPath": "static/bar/user_selected.png",
  55. "text": "我的"
  56. }
  57. ]
  58. },
  59. "usingComponents": {}
  60. }