app.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "pages": [
  3. "pages/my/my",
  4. "pages/message/message",
  5. "pages/highseas/highseas",
  6. "pages/index/index",
  7. "pages/login/login",
  8. "pages/city/city",
  9. "pages/data/data",
  10. "pages/search/search",
  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. ],
  18. "subPackages": [],
  19. "window": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarTitleText": "有极智慧园区",
  22. "navigationBarBackgroundColor": "#ffffff",
  23. "backgroundColor": "#f2f2f2"
  24. },
  25. "tabBar": {
  26. "color": "#8c8c8c",
  27. "selectedColor": "#08979c",
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "iconPath": "static/image/tabbar/index.png",
  32. "selectedIconPath": "static/image/tabbar/index-active.png",
  33. "text": "首页"
  34. },
  35. {
  36. "pagePath": "pages/message/message",
  37. "iconPath": "static/image/tabbar/index.png",
  38. "selectedIconPath": "static/image/tabbar/index-active.png",
  39. "text": "消息"
  40. },
  41. {
  42. "pagePath": "pages/highseas/highseas",
  43. "iconPath": "static/image/tabbar/index.png",
  44. "selectedIconPath": "static/image/tabbar/index-active.png",
  45. "text": "公海"
  46. },
  47. {
  48. "pagePath": "pages/data/data",
  49. "iconPath": "static/image/tabbar/index.png",
  50. "selectedIconPath": "static/image/tabbar/index-active.png",
  51. "text": "数据"
  52. },
  53. {
  54. "pagePath": "pages/my/my",
  55. "iconPath": "static/image/tabbar/index.png",
  56. "selectedIconPath": "static/image/tabbar/index-active.png",
  57. "text": "我的"
  58. }
  59. ]
  60. },
  61. "permission": {},
  62. "lazyCodeLoading": "requiredComponents",
  63. "usingComponents": {}
  64. }