app.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "pages": [
  3. "pages/highseas/highseas",
  4. "pages/message/message",
  5. "pages/index/index",
  6. "pages/my/my",
  7. "pages/projectAdmin/projectAdmin",
  8. "pages/login/login",
  9. "pages/city/city",
  10. "pages/searchlist/searchlist",
  11. "pages/project/project",
  12. "pages/house/house",
  13. "pages/visitor/visitor",
  14. "pages/reservation/reservation",
  15. "pages/chat/chat",
  16. "pages/person/person",
  17. "pages/search/search",
  18. "pages/pdf/pdf",
  19. "pages/sign/sign",
  20. "pages/webview/webview",
  21. "pages/requestSeal/requestSeal",
  22. "pages/messageSystem/messageSystem",
  23. "pages/messageList/messageList",
  24. "pages/messageDetail/messageDetail",
  25. "pages/dataOrder/dataOrder",
  26. "pages/file/file"
  27. ],
  28. "subPackages": [
  29. {
  30. "root": "pageMy",
  31. "pages": [
  32. "myDetail/myDetail",
  33. "myHouse/myHouse",
  34. "fans/fans",
  35. "attention/attention",
  36. "collect/collect",
  37. "clientDetail/clientDetail",
  38. "organization/organization",
  39. "client/client",
  40. "myReservation/myReservation",
  41. "download/download",
  42. "dataCenter/dataCenter"
  43. ]
  44. },
  45. {
  46. "root": "pageIndex",
  47. "pages": [
  48. "projectList/projectList",
  49. "contract/contract",
  50. "contractDetail/contractDetail",
  51. "bill/bill",
  52. "billDetail/billDetail",
  53. "invoice/invoice",
  54. "invoiceDetail/invoiceDetail",
  55. "billRecord/billRecord",
  56. "billInvoice/billInvoice",
  57. "order/order",
  58. "orderHandle/orderHandle",
  59. "orderDetail/orderDetail",
  60. "selectUser/selectUser",
  61. "deviceList/deviceList",
  62. "monitor/monitor",
  63. "monitorList/monitorList",
  64. "deviceDetail/deviceDetail",
  65. "bim/bim",
  66. "bimShow/bimShow"
  67. ]
  68. }
  69. ],
  70. "window": {
  71. "navigationBarTextStyle": "black",
  72. "navigationBarTitleText": "有极智慧园区",
  73. "navigationBarBackgroundColor": "#ffffff",
  74. "backgroundColor": "#f2f2f2"
  75. },
  76. "tabBar": {
  77. "color": "#8c8c8c",
  78. "selectedColor": "#08979c",
  79. "list": [
  80. {
  81. "pagePath": "pages/index/index",
  82. "iconPath": "static/image/tabbar/index.png",
  83. "selectedIconPath": "static/image/tabbar/index-active.png",
  84. "text": "首页"
  85. },
  86. {
  87. "pagePath": "pages/message/message",
  88. "iconPath": "static/image/tabbar/chat.png",
  89. "selectedIconPath": "static/image/tabbar/chat-active.png",
  90. "text": "消息"
  91. },
  92. {
  93. "pagePath": "pages/highseas/highseas",
  94. "iconPath": "static/image/tabbar/highseas.png",
  95. "selectedIconPath": "static/image/tabbar/highseas-active.png",
  96. "text": "workark"
  97. },
  98. {
  99. "pagePath": "pages/projectAdmin/projectAdmin",
  100. "iconPath": "static/image/tabbar/data.png",
  101. "selectedIconPath": "static/image/tabbar/data-active.png",
  102. "text": "工作台"
  103. },
  104. {
  105. "pagePath": "pages/my/my",
  106. "iconPath": "static/image/tabbar/my.png",
  107. "selectedIconPath": "static/image/tabbar/my-active.png",
  108. "text": "我的"
  109. }
  110. ]
  111. },
  112. "permission": {
  113. "scope.userLocation": {
  114. "desc": "用于获取位置,展示相应的房源信息"
  115. }
  116. },
  117. "lazyCodeLoading": "requiredComponents",
  118. "requiredPrivateInfos": [
  119. "getLocation"
  120. ],
  121. "plugins": {
  122. "ezplayer": {
  123. "version": "1.0.0",
  124. "provider": "wxf2b3a0262975d8c2"
  125. }
  126. },
  127. "usingComponents": {}
  128. }