app.json 4.7 KB

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