app.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "pages": [
  3. "pages/highseas/highseas",
  4. "pages/index/index",
  5. "pages/my/my",
  6. "pages/login/login",
  7. "pages/myHouse/myHouse",
  8. "pages/message/message",
  9. "pages/city/city",
  10. "pages/data/data",
  11. "pages/searchlist/searchlist",
  12. "pages/project/project",
  13. "pages/house/house",
  14. "pages/visitor/visitor",
  15. "pages/reservation/reservation",
  16. "pages/chat/chat",
  17. "pages/myDetail/myDetail",
  18. "pages/person/person",
  19. "pages/fans/fans",
  20. "pages/attention/attention",
  21. "pages/collect/collect",
  22. "pages/clientDetail/clientDetail",
  23. "pages/client/client",
  24. "pages/organization/organization",
  25. "pages/search/search"
  26. ],
  27. "subPackages": [],
  28. "window": {
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "有极智慧园区",
  31. "navigationBarBackgroundColor": "#ffffff",
  32. "backgroundColor": "#f2f2f2"
  33. },
  34. "tabBar": {
  35. "color": "#8c8c8c",
  36. "selectedColor": "#08979c",
  37. "list": [
  38. {
  39. "pagePath": "pages/index/index",
  40. "iconPath": "static/image/tabbar/index.png",
  41. "selectedIconPath": "static/image/tabbar/index-active.png",
  42. "text": "首页"
  43. },
  44. {
  45. "pagePath": "pages/message/message",
  46. "iconPath": "static/image/tabbar/chat.png",
  47. "selectedIconPath": "static/image/tabbar/chat-active.png",
  48. "text": "消息"
  49. },
  50. {
  51. "pagePath": "pages/highseas/highseas",
  52. "iconPath": "static/image/tabbar/highseas.png",
  53. "selectedIconPath": "static/image/tabbar/highseas-active.png",
  54. "text": "公海"
  55. },
  56. {
  57. "pagePath": "pages/data/data",
  58. "iconPath": "static/image/tabbar/data.png",
  59. "selectedIconPath": "static/image/tabbar/data-active.png",
  60. "text": "数据"
  61. },
  62. {
  63. "pagePath": "pages/my/my",
  64. "iconPath": "static/image/tabbar/my.png",
  65. "selectedIconPath": "static/image/tabbar/my-active.png",
  66. "text": "我的"
  67. }
  68. ]
  69. },
  70. "permission": {},
  71. "lazyCodeLoading": "requiredComponents",
  72. "usingComponents": {}
  73. }