app.json 3.0 KB

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