app.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "pages": [
  3. "pages/login/phone",
  4. "pages/login/selectSite",
  5. "pages/login/retrievePassword",
  6. "pages/tabbar/home/index",
  7. "pages/tabbar/mine/index",
  8. "pages/tabbar/message/index",
  9. "pages/tabbar/mine/userMsg/index",
  10. "pages/tabbar/message/details",
  11. "pages/tabbar/mine/changePassword/index",
  12. "pages/teams/index",
  13. "pages/teams/addUsers",
  14. "pages/teams/addRole",
  15. "pages/group/index",
  16. "pages/group/select",
  17. "pages/tags/index",
  18. "pages/tabbar/mine/webView",
  19. "pages/tabbar/mine/associatedPublicNumber",
  20. "pages/trace/insert",
  21. "pages/trace/detail",
  22. "pages/login/developerTools"
  23. ],
  24. "subpackages": [
  25. {
  26. "root": "bgj",
  27. "pages": [
  28. "handling/index",
  29. "workOrder/index",
  30. "customerArchive/index",
  31. "workerHome/index",
  32. "handling/detail",
  33. "handling/transferWorkOrder/transfer",
  34. "handling/assignAgent/assign",
  35. "handling/linkWork/link",
  36. "workOrder/detail",
  37. "workOrder/nodes/index",
  38. "workOrder/nodes/update/update",
  39. "workOrder/nodeDetail/index",
  40. "workOrder/components/signName/index",
  41. "workOrder/materialAdd/material",
  42. "workOrder/signature/index",
  43. "workOrder/nodes/selectProduct/index"
  44. ]
  45. }
  46. ],
  47. "preloadRule": {
  48. "pages/login/phone": {
  49. "packages": [
  50. "bgj"
  51. ],
  52. "network": "all"
  53. }
  54. },
  55. "usingComponents": {
  56. "Preview": "/components/preview/index",
  57. "My_Empty": "/components/My_empty/index",
  58. "Record": "/components/record/index",
  59. "Files": "/components/files/index",
  60. "Yl_Files": "/components/Yl_Files/index",
  61. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  62. "Yl-tags": "/pages/tags/modules/Yl-tags/index",
  63. "Yl-group": "/pages/group/modules/Yl-group/index",
  64. "Yl_field": "/components/Yl_field/index",
  65. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  66. "Yl_ReportForms": "/components/Yl_ReportForms/index",
  67. "Yl_Headline": "/components/Yl_Headline/index",
  68. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  69. "Yl_Head": "/components/Yl_Head/index",
  70. "Yl_nav": "/components/Yl_nav/index",
  71. "Yl_filtrate": "/components/Yl_filtrate/index",
  72. "organization": "/components/organization/index",
  73. "Yl_Filtrate1": "/components/Yl_Filtrate1/index",
  74. "Yl_ListBox": "/components/Yl_ListBox/index",
  75. "My_empty": "/components/My_empty/index",
  76. "timeRange": "/components/timeRange/timeRange",
  77. "van-button": "@vant/weapp/button/index",
  78. "van-icon": "@vant/weapp/icon/index",
  79. "van-image": "@vant/weapp/image/index",
  80. "van-loading": "@vant/weapp/loading/index",
  81. "van-tab": "@vant/weapp/tab/index",
  82. "van-tabs": "@vant/weapp/tabs/index",
  83. "van-search": "@vant/weapp/search/index",
  84. "van-tag": "@vant/weapp/tag/index",
  85. "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
  86. "van-dropdown-item": "@vant/weapp/dropdown-item/index",
  87. "van-tree-select": "@vant/weapp/tree-select/index",
  88. "van-toast": "@vant/weapp/toast/index",
  89. "van-cell": "@vant/weapp/cell/index",
  90. "van-action-sheet": "@vant/weapp/action-sheet/index",
  91. "van-popup": "@vant/weapp/popup/index",
  92. "van-checkbox": "@vant/weapp/checkbox/index",
  93. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  94. "van-transition": "@vant/weapp/transition/index",
  95. "van-dialog": "@vant/weapp/dialog/index",
  96. "van-uploader": "@vant/weapp/uploader/index",
  97. "viewDate": "/components/viewDate/index",
  98. "filtrate": "/components/filtrate/filtrate"
  99. },
  100. "tabBar": {
  101. "custom": true,
  102. "color": "#000000",
  103. "selectedColor": "#000000",
  104. "backgroundColor": "#000000",
  105. "list": [
  106. {
  107. "pagePath": "pages/tabbar/home/index"
  108. },
  109. {
  110. "pagePath": "pages/tabbar/message/index"
  111. },
  112. {
  113. "pagePath": "pages/tabbar/mine/index"
  114. }
  115. ]
  116. },
  117. "window": {
  118. "backgroundTextStyle": "light",
  119. "navigationBarBackgroundColor": "#085CDF",
  120. "navigationBarTitleText": "班管家",
  121. "navigationBarTextStyle": "white"
  122. },
  123. "permission": {
  124. "scope.userLocation": {
  125. "desc": "您的位置信息将用于小程序位置接口的效果展示"
  126. }
  127. },
  128. "requiredPrivateInfos": [
  129. "getLocation"
  130. ],
  131. "plugins": {
  132. "WechatSI": {
  133. "version": "0.0.7",
  134. "provider": "wx069ba97219f66d99"
  135. }
  136. },
  137. "sitemapLocation": "sitemap.json"
  138. }