app.json 3.3 KB

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