app.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. "serve-confirm/index",
  35. "serve-confirm/detail",
  36. "repairprocessing-app/index",
  37. "modifySend/index",
  38. "modifyReport/index",
  39. "modifyReport/detail",
  40. "modifyHandle/handle",
  41. "modifySend/confirm",
  42. "modifyHandle/index",
  43. "modifyReport/add",
  44. "secureselftest/report",
  45. "toread/index",
  46. "todo/index",
  47. "secureselftest/index",
  48. "secureselftest2/index",
  49. "venueRoom/confirm",
  50. "meetingroom/confirm",
  51. "venueRoom/audit",
  52. "meetingroom/audit",
  53. "merchants/merchants",
  54. "merchants/components/mymechantsdetails",
  55. "chooseCompanyTags/index",
  56. "companyTagsDelete/index",
  57. "housedetails/housedetails",
  58. "addintention/addintention",
  59. "chosseHouse/chosseHouse",
  60. "companyreport/components/reportDetails",
  61. "companyreport/companyreport",
  62. "companyHouseSee/companyHouseSee",
  63. "companyHouse/companyHouse",
  64. "companyDetailsSee/companyDetailsSee",
  65. "companyDetails/companyDetails",
  66. "addCompany/addCompany",
  67. "companyDetailsEdit/companyDetailsEdit"
  68. ],
  69. "network": "all"
  70. }
  71. ],
  72. "window": {
  73. "pageOrientation": "portrait",
  74. "navigationBarTitleText": "Hello uniapp",
  75. "navigationBarTextStyle": "black",
  76. "navigationBarBackgroundColor": "#FFFFFF",
  77. "backgroundColor": "#FFFFFF",
  78. "backgroundColorTop": "#FFFFFF",
  79. "backgroundColorBottom": "#F4F5F6"
  80. },
  81. "tabBar": {
  82. "color": "#7A7E83",
  83. "selectedColor": "#2527AA",
  84. "borderStyle": "black",
  85. "backgroundColor": "#F8F8F8",
  86. "list": [
  87. {
  88. "pagePath": "pages/index/index",
  89. "iconPath": "static/home.png",
  90. "selectedIconPath": "static/homeselect.png",
  91. "text": "首页"
  92. },
  93. {
  94. "pagePath": "pages/mine/mine",
  95. "iconPath": "static/mine.png",
  96. "selectedIconPath": "static/mineselect.png",
  97. "text": "我的"
  98. }
  99. ]
  100. },
  101. "permission": {
  102. "scope.userLocation": {
  103. "desc": "查询用户地理位置"
  104. }
  105. },
  106. "requiredPrivateInfos": [
  107. "getLocation"
  108. ],
  109. "usingComponents": {
  110. "van-empty": "/wxcomponents/weapp/dist/empty/index",
  111. "van-button": "/wxcomponents/weapp/dist/button/index",
  112. "van-toast": "/wxcomponents/weapp/dist/toast/index",
  113. "van-field": "/wxcomponents/weapp/dist/field/index",
  114. "van-popup": "/wxcomponents/weapp/dist/popup/index",
  115. "van-picker": "/wxcomponents/weapp/dist/picker/index",
  116. "van-dialog": "/wxcomponents/weapp/dist/dialog/index",
  117. "van-icon": "/wxcomponents/weapp/dist/icon/index",
  118. "van-tab": "/wxcomponents/weapp/dist/tab/index",
  119. "van-tabs": "/wxcomponents/weapp/dist/tabs/index",
  120. "van-row": "/wxcomponents/weapp/dist/row/index",
  121. "van-col": "/wxcomponents/weapp/dist/col/index"
  122. }
  123. }