app.json 3.1 KB

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