app.json 5.3 KB

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