app.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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. "returnOne/index",
  54. "returnOne/detail",
  55. "returnOne/update",
  56. "market/selected/index"
  57. ]
  58. },
  59. {
  60. "root": "select",
  61. "pages": [
  62. "product/index",
  63. "agent/index",
  64. "address/index",
  65. "finance/index",
  66. "contract/index",
  67. "activity/index",
  68. "orderFormLine/index",
  69. "contacts/index"
  70. ]
  71. },
  72. {
  73. "root": "Universal",
  74. "pages": [
  75. "dataTeam/index"
  76. ]
  77. },
  78. {
  79. "root": "Eservice",
  80. "pages": [
  81. "workOrder/index",
  82. "workOrderDetail/index",
  83. "workerLeader/serviceBillList/index",
  84. "workerLeader/addServiceBill/index",
  85. "workerLeader/editServiceBill/index",
  86. "workerLeader/serviceBillDetail/index",
  87. "workerLeader/orderList/index",
  88. "workerLeader/billCanUseProduct/index",
  89. "workerLeader/agentList/index",
  90. "workerLeader/editworkOrderDetail/index",
  91. "saler/serviceBillList/index",
  92. "saler/addServiceBill/index",
  93. "saler/editServiceBill/index",
  94. "saler/serviceBillDetail/index",
  95. "saler/orderList/index",
  96. "saler/billCanUseProduct/index",
  97. "saler/agentList/index",
  98. "agent/serviceBillList/index",
  99. "agent/addServiceBill/index",
  100. "agent/editServiceBill/index",
  101. "agent/serviceBillDetail/index",
  102. "agent/orderList/index",
  103. "agent/billCanUseProduct/index",
  104. "index/index",
  105. "nodeDetail/index",
  106. "signName/index",
  107. "addTrainers/index",
  108. "serviceMaterial/index",
  109. "trainConfirmBill/index",
  110. "workBillConfirmInfo/index",
  111. "installConfirmBill/index",
  112. "serviceConfirmBill/index",
  113. "webView/index"
  114. ]
  115. }
  116. ],
  117. "preloadRule": {
  118. "pages/tabbar/home/index": {
  119. "packages": [
  120. "packageA",
  121. "Eservice",
  122. "select",
  123. "Universal"
  124. ],
  125. "network": "all"
  126. },
  127. "pages/login/phone": {
  128. "packages": [
  129. "packageA",
  130. "Eservice",
  131. "select",
  132. "Universal"
  133. ],
  134. "network": "all"
  135. }
  136. },
  137. "usingComponents": {
  138. "Yl_Empty": "/components/Yl_Empty/index",
  139. "Yl_Filtrate": "/components/Yl_Filtrate/index",
  140. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  141. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  142. "Yl_HeadNav": "/components/Yl_HeadNav/index",
  143. "Yl_ListBox": "/components/Yl_ListBox/index",
  144. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  145. "Yl_Field": "/components/Yl_Field/index",
  146. "van-button": "@vant/weapp/button/index",
  147. "van-cell": "@vant/weapp/cell/index",
  148. "van-action-sheet": "@vant/weapp/action-sheet/index",
  149. "van-popup": "@vant/weapp/popup/index",
  150. "van-checkbox": "@vant/weapp/checkbox/index",
  151. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  152. "van-image": "@vant/weapp/image/index",
  153. "van-loading": "@vant/weapp/loading/index",
  154. "van-icon": "@vant/weapp/icon/index",
  155. "van-tab": "@vant/weapp/tab/index",
  156. "van-tabs": "@vant/weapp/tabs/index",
  157. "van-search": "@vant/weapp/search/index",
  158. "t-pull-down-refresh": "tdesign-miniprogram/pull-down-refresh/pull-down-refresh",
  159. "t-cascader": "tdesign-miniprogram/cascader/cascader",
  160. "t-tag": "tdesign-miniprogram/tag/tag",
  161. "t-check-tag": "tdesign-miniprogram/check-tag/check-tag",
  162. "t-button": "tdesign-miniprogram/button/button",
  163. "t-textarea": "tdesign-miniprogram/textarea/textarea",
  164. "t-call": "/components/call/call",
  165. "t-icon": "tdesign-miniprogram/icon/icon"
  166. },
  167. "tabBar": {
  168. "custom": true,
  169. "color": "#000000",
  170. "selectedColor": "#000000",
  171. "backgroundColor": "#000000",
  172. "list": [
  173. {
  174. "pagePath": "pages/tabbar/home/index"
  175. },
  176. {
  177. "pagePath": "pages/tabbar/message/index"
  178. },
  179. {
  180. "pagePath": "pages/tabbar/mine/index"
  181. }
  182. ]
  183. },
  184. "window": {
  185. "backgroundTextStyle": "light",
  186. "navigationBarBackgroundColor": "#085CDF",
  187. "navigationBarTitleText": "E-订单",
  188. "navigationBarTextStyle": "white"
  189. },
  190. "sitemapLocation": "sitemap.json"
  191. }