app.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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/tabbar/mine/address/index",
  16. "pages/tabbar/mine/address/update"
  17. ],
  18. "subpackages": [
  19. {
  20. "root": "packageA",
  21. "pages": [
  22. "options/index",
  23. "market/index",
  24. "market/detail",
  25. "shopping/index",
  26. "orderForm/index",
  27. "orderForm/detail",
  28. "orderForm/add/add",
  29. "orderForm/modules/setBrand/index",
  30. "shipment/index",
  31. "shipment/detail",
  32. "target/index",
  33. "target/person",
  34. "account/index",
  35. "activity/index",
  36. "activity/detail",
  37. "tool/index",
  38. "invoice/index",
  39. "invoice/update",
  40. "invoice/detail",
  41. "remitVoucher/index",
  42. "remitVoucher/detail",
  43. "remitVoucher/update",
  44. "remitVoucher/modules/selectAccount/index",
  45. "toolBill/index",
  46. "toolBill/update",
  47. "toolBill/detail",
  48. "toolBill/modules/selectProduct/index",
  49. "toolBill/modules/selectOrder/index",
  50. "borrow/index",
  51. "borrow/detail",
  52. "betweenFee/index"
  53. ]
  54. },
  55. {
  56. "root": "select",
  57. "pages": [
  58. "product/index",
  59. "agent/index",
  60. "address/index",
  61. "finance/index",
  62. "contract/index",
  63. "activity/index",
  64. "orderFormLine/index"
  65. ]
  66. },
  67. {
  68. "root": "Eservice",
  69. "pages": [
  70. "workOrder/index",
  71. "workOrderDetail/index",
  72. "workerLeader/serviceBillList/index",
  73. "workerLeader/addServiceBill/index",
  74. "workerLeader/editServiceBill/index",
  75. "workerLeader/serviceBillDetail/index",
  76. "workerLeader/orderList/index",
  77. "workerLeader/billCanUseProduct/index",
  78. "workerLeader/agentList/index",
  79. "workerLeader/editworkOrderDetail/index",
  80. "saler/serviceBillList/index",
  81. "saler/addServiceBill/index",
  82. "saler/editServiceBill/index",
  83. "saler/serviceBillDetail/index",
  84. "saler/orderList/index",
  85. "saler/billCanUseProduct/index",
  86. "saler/agentList/index",
  87. "agent/serviceBillList/index",
  88. "agent/addServiceBill/index",
  89. "agent/editServiceBill/index",
  90. "agent/serviceBillDetail/index",
  91. "agent/orderList/index",
  92. "agent/billCanUseProduct/index",
  93. "index/index",
  94. "nodeDetail/index",
  95. "signName/index",
  96. "addTrainers/index",
  97. "serviceMaterial/index",
  98. "trainConfirmBill/index",
  99. "workBillConfirmInfo/index",
  100. "installConfirmBill/index",
  101. "serviceConfirmBill/index",
  102. "webView/index"
  103. ]
  104. }
  105. ],
  106. "preloadRule": {
  107. "pages/tabbar/home/index": {
  108. "packages": [
  109. "packageA",
  110. "Eservice",
  111. "select"
  112. ],
  113. "network": "all"
  114. },
  115. "pages/login/phone": {
  116. "packages": [
  117. "packageA",
  118. "Eservice",
  119. "select"
  120. ],
  121. "network": "all"
  122. }
  123. },
  124. "usingComponents": {
  125. "Yl_Empty": "/components/Yl_Empty/index",
  126. "Yl_Filtrate": "/components/Yl_Filtrate/index",
  127. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  128. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  129. "Yl_HeadNav": "/components/Yl_HeadNav/index",
  130. "Yl_ListBox": "/components/Yl_ListBox/index",
  131. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  132. "Yl_Field": "/components/Yl_Field/index",
  133. "van-button": "@vant/weapp/button/index",
  134. "van-cell": "@vant/weapp/cell/index",
  135. "van-action-sheet": "@vant/weapp/action-sheet/index",
  136. "van-popup": "@vant/weapp/popup/index",
  137. "van-checkbox": "@vant/weapp/checkbox/index",
  138. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  139. "van-image": "@vant/weapp/image/index",
  140. "van-loading": "@vant/weapp/loading/index",
  141. "van-icon": "@vant/weapp/icon/index",
  142. "van-tab": "@vant/weapp/tab/index",
  143. "van-tabs": "@vant/weapp/tabs/index",
  144. "van-search": "@vant/weapp/search/index",
  145. "t-pull-down-refresh": "tdesign-miniprogram/pull-down-refresh/pull-down-refresh",
  146. "t-cascader": "tdesign-miniprogram/cascader/cascader",
  147. "t-tag": "tdesign-miniprogram/tag/tag",
  148. "t-check-tag": "tdesign-miniprogram/check-tag/check-tag",
  149. "t-button": "tdesign-miniprogram/button/button",
  150. "t-textarea": "tdesign-miniprogram/textarea/textarea",
  151. "t-call": "/components/call/call",
  152. "t-icon": "tdesign-miniprogram/icon/icon"
  153. },
  154. "tabBar": {
  155. "custom": true,
  156. "color": "#000000",
  157. "selectedColor": "#000000",
  158. "backgroundColor": "#000000",
  159. "list": [
  160. {
  161. "pagePath": "pages/tabbar/home/index"
  162. },
  163. {
  164. "pagePath": "pages/tabbar/message/index"
  165. },
  166. {
  167. "pagePath": "pages/tabbar/mine/index"
  168. }
  169. ]
  170. },
  171. "window": {
  172. "backgroundTextStyle": "light",
  173. "navigationBarBackgroundColor": "#085CDF",
  174. "navigationBarTitleText": "E-订单",
  175. "navigationBarTextStyle": "white"
  176. },
  177. "sitemapLocation": "sitemap.json"
  178. }