app.json 5.1 KB

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