app.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "pages": [
  3. "pages/gocompnay/index",
  4. "pages/downloadfile/index",
  5. "pages/login/login",
  6. "pages/index/index",
  7. "pages/mine/mine"
  8. ],
  9. "subPackages": [
  10. {
  11. "root": "pages/subPackages",
  12. "pages": [
  13. "bigscreen/bigscreen",
  14. "meetingroom/meetingroom",
  15. "venueRoom/meetingroom",
  16. "parkActivities/index",
  17. "parkActivities/style",
  18. "announcement/index",
  19. "announcement/detail",
  20. "parkActivities/detail",
  21. "addZaiti/index",
  22. "activity/index",
  23. "activity/code",
  24. "password/index",
  25. "buildmap/index",
  26. "secureselfplan/addplan",
  27. "secureselfplan/index",
  28. "repairDispatch-app/detail",
  29. "repairDispatch-app/index",
  30. "repairDispatch-serve/detail",
  31. "repairDispatch-serve/index",
  32. "repairDispatch-app/add",
  33. "repairprocessing-app/detail",
  34. "repairprocessing-app/index",
  35. "modifySend/index",
  36. "modifyReport/index",
  37. "modifyReport/detail",
  38. "modifyHandle/handle",
  39. "modifySend/confirm",
  40. "modifyHandle/index",
  41. "modifyReport/add",
  42. "secureselftest/report",
  43. "toread/index",
  44. "todo/index",
  45. "secureselftest/index",
  46. "secureselftest2/index",
  47. "venueRoom/confirm",
  48. "meetingroom/confirm",
  49. "venueRoom/audit",
  50. "meetingroom/audit",
  51. "merchants/merchants",
  52. "merchants/components/mymechantsdetails",
  53. "chooseCompanyTags/index",
  54. "companyTagsDelete/index",
  55. "housedetails/housedetails",
  56. "addintention/addintention",
  57. "chosseHouse/chosseHouse",
  58. "companyreport/components/reportDetails",
  59. "companyreport/companyreport",
  60. "companyHouse/companyHouse",
  61. "companyDetails/companyDetails",
  62. "addCompany/addCompany",
  63. "companyDetailsEdit/companyDetailsEdit"
  64. ],
  65. "network": "all"
  66. }
  67. ],
  68. "window": {
  69. "pageOrientation": "portrait",
  70. "navigationBarTitleText": "Hello uniapp",
  71. "navigationBarTextStyle": "black",
  72. "navigationBarBackgroundColor": "#FFFFFF",
  73. "backgroundColor": "#FFFFFF",
  74. "backgroundColorTop": "#FFFFFF",
  75. "backgroundColorBottom": "#F4F5F6"
  76. },
  77. "tabBar": {
  78. "color": "#7A7E83",
  79. "selectedColor": "#2527AA",
  80. "borderStyle": "black",
  81. "backgroundColor": "#F8F8F8",
  82. "list": [
  83. {
  84. "pagePath": "pages/index/index",
  85. "iconPath": "static/home.png",
  86. "selectedIconPath": "static/homeselect.png",
  87. "text": "首页"
  88. },
  89. {
  90. "pagePath": "pages/mine/mine",
  91. "iconPath": "static/mine.png",
  92. "selectedIconPath": "static/mineselect.png",
  93. "text": "我的"
  94. }
  95. ]
  96. },
  97. "permission": {
  98. "scope.userLocation": {
  99. "desc": "查询用户地理位置"
  100. }
  101. },
  102. "requiredPrivateInfos": [
  103. "getLocation"
  104. ],
  105. "usingComponents": {
  106. "van-empty": "/wxcomponents/weapp/dist/empty/index",
  107. "van-button": "/wxcomponents/weapp/dist/button/index",
  108. "van-toast": "/wxcomponents/weapp/dist/toast/index",
  109. "van-field": "/wxcomponents/weapp/dist/field/index",
  110. "van-popup": "/wxcomponents/weapp/dist/popup/index",
  111. "van-picker": "/wxcomponents/weapp/dist/picker/index",
  112. "van-dialog": "/wxcomponents/weapp/dist/dialog/index",
  113. "van-icon": "/wxcomponents/weapp/dist/icon/index",
  114. "van-tab": "/wxcomponents/weapp/dist/tab/index",
  115. "van-tabs": "/wxcomponents/weapp/dist/tabs/index",
  116. "van-row": "/wxcomponents/weapp/dist/row/index",
  117. "van-col": "/wxcomponents/weapp/dist/col/index"
  118. }
  119. }